getSetTransferFeeInstruction
Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountMint extends string | - |
TAccountTransferFeeConfigAuthority extends string | - |
TProgramAddress extends Address | Address<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"> |
Parameters
| Parameter | Type |
|---|---|
input | SetTransferFeeInput<TAccountMint, TAccountTransferFeeConfigAuthority> |
config? | { programAddress?: TProgramAddress; } |
config.programAddress? | TProgramAddress |
Returns
SetTransferFeeInstruction<TProgramAddress, TAccountMint,
| Address<TAccountTransferFeeConfigAuthority>
| TransactionSigner<TAccountTransferFeeConfigAuthority> extends TransactionSigner<TAccountTransferFeeConfigAuthority> ? AccountMeta<TAccountTransferFeeConfigAuthority> & {
role: READONLY_SIGNER;
} & AccountSignerMeta<TAccountTransferFeeConfigAuthority, TransactionSigner<TAccountTransferFeeConfigAuthority>> : TAccountTransferFeeConfigAuthority>