ParsedConfidentialWithdrawInstruction
Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof TOKEN_2022_PROGRAM_ADDRESS |
TAccountMetas extends readonly AccountMeta[] | readonly AccountMeta[] |
Properties
accounts
| Name | Type | Description |
|---|---|---|
authority | TAccountMetas[5] | The source account's owner/delegate or its multisignature account. |
equalityRecord? | TAccountMetas[3] | (Optional) Equality proof record account or context state account. |
instructionsSysvar? | TAccountMetas[2] | Instructions sysvar if at least one of the zk_elgamal_proof instructions are included in the same transaction. |
mint | TAccountMetas[1] | The corresponding SPL Token mint. |
rangeRecord? | TAccountMetas[4] | (Optional) Range proof record account or context state account. |
token | TAccountMetas[0] | The SPL Token account. |