ConfidentialWithdrawInput
Type Parameters
Type Parameter | Default type |
---|---|
TAccountToken extends string | string |
TAccountMint extends string | string |
TAccountInstructionsSysvar extends string | string |
TAccountEqualityRecord extends string | string |
TAccountRangeRecord extends string | string |
TAccountAuthority extends string | string |
Properties
amount
authority
The source account's owner/delegate or its multisignature account.
decimals
equalityProofInstructionOffset
equalityRecord?
(Optional) Equality proof record account or context state account.
instructionsSysvar?
Instructions sysvar if at least one of the
zk_elgamal_proof
instructions are included in the same
transaction.
mint
The corresponding SPL Token mint.
multiSigners?
newDecryptableAvailableBalance
rangeProofInstructionOffset
rangeRecord?
(Optional) Range proof record account or context state account.
token
The SPL Token account.