Interface UpdateCurrencyRoyaltyParams

Params for Register Currency instruction

interface UpdateCurrencyRoyaltyParams {
    connection: Connection;
    currencyMint: PublicKey;
    programId: PublicKey;
    royalty: number;
    updateAuthorityAccount: PublicKey;
}

Hierarchy (view full)

Properties

connection: Connection
currencyMint: PublicKey
programId: PublicKey
royalty: number
updateAuthorityAccount: PublicKey