Preparing search index...
The search index is not available
@solana/spl-token
@solana/spl-token
DecodedInitializeTransferFeeConfigInstruction
Interface DecodedInitializeTransferFeeConfigInstruction
A decoded, valid InitializeTransferFeeConfig instruction
interface
DecodedInitializeTransferFeeConfigInstruction
{
data
:
{
instruction
:
TransferFeeExtension
;
maximumFee
:
bigint
;
transferFeeBasisPoints
:
number
;
transferFeeConfigAuthority
:
null
|
PublicKey
;
transferFeeInstruction
:
InitializeTransferFeeConfig
;
withdrawWithheldAuthority
:
null
|
PublicKey
;
}
;
keys
:
{
mint
:
AccountMeta
;
}
;
programId
:
PublicKey
;
}
Index
Properties
data
keys
program
Id
Properties
data
data
:
{
instruction
:
TransferFeeExtension
;
maximumFee
:
bigint
;
transferFeeBasisPoints
:
number
;
transferFeeConfigAuthority
:
null
|
PublicKey
;
transferFeeInstruction
:
InitializeTransferFeeConfig
;
withdrawWithheldAuthority
:
null
|
PublicKey
;
}
Type declaration
instruction
:
TransferFeeExtension
maximum
Fee
:
bigint
transfer
Fee
Basis
Points
:
number
transfer
Fee
Config
Authority
:
null
|
PublicKey
transfer
Fee
Instruction
:
InitializeTransferFeeConfig
withdraw
Withheld
Authority
:
null
|
PublicKey
keys
keys
:
{
mint
:
AccountMeta
;
}
Type declaration
mint
:
AccountMeta
program
Id
program
Id
:
PublicKey
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
keys
program
Id
@solana/spl-token
AccountState
AccountType
AuthorityType
CpiGuardInstruction
DefaultAccountStateInstruction
ExtensionType
InterestBearingMintInstruction
MemoTransferInstruction
MetadataPointerInstruction
TokenInstruction
TransferFeeInstruction
TransferHookInstruction
TokenAccountNotFoundError
TokenError
TokenInvalidAccountDataError
TokenInvalidAccountError
TokenInvalidAccountOwnerError
TokenInvalidAccountSizeError
TokenInvalidInstructionDataError
TokenInvalidInstructionKeysError
TokenInvalidInstructionProgramError
Loading...
Generated using
TypeDoc
A decoded, valid InitializeTransferFeeConfig instruction