Interface RegisterCurrencyParams

Params for Register Currency instruction

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

Hierarchy (view full)

Properties

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