ParsedConfigureConfidentialTransferAccountInstruction
Type Parameters
Type Parameter | Default type |
---|---|
TProgram extends string | typeof TOKEN_2022_PROGRAM_ADDRESS |
TAccountMetas extends readonly IAccountMeta [] | readonly IAccountMeta [] |
Properties
accounts
Name | Type | Description |
---|---|---|
authority | TAccountMetas [4 ] | The source account's owner/delegate or its multisignature account. |
instructionsSysvarOrContextState | TAccountMetas [2 ] | Instructions sysvar if VerifyPubkeyValidity is included in the same transaction or context state account if VerifyPubkeyValidity is pre-verified into a context state account. |
mint | TAccountMetas [1 ] | The corresponding SPL Token mint. |
record? | TAccountMetas [3 ] | (Optional) Record account if the accompanying proof is to be read from a record account. |
token | TAccountMetas [0 ] | The SPL Token account. |