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
> ? IAccountMeta
<TAccountTransferFeeConfigAuthority
> & {
role
: READONLY_SIGNER
;
} & IAccountSignerMeta
<TAccountTransferFeeConfigAuthority
, TransactionSigner
<TAccountTransferFeeConfigAuthority
>> : TAccountTransferFeeConfigAuthority
>