ConfigureConfidentialTransferAccountInput
Type Parameters
Type Parameter | Default type |
---|---|
TAccountToken extends string | string |
TAccountMint extends string | string |
TAccountInstructionsSysvarOrContextState extends string | string |
TAccountRecord extends string | string |
TAccountAuthority extends string | string |
Properties
authority
The source account's owner/delegate or its multisignature account.
decryptableZeroBalance
instructionsSysvarOrContextState?
Instructions sysvar if VerifyPubkeyValidity
is included in
the same transaction or context state account if
VerifyPubkeyValidity
is pre-verified into a context state
account.
maximumPendingBalanceCreditCounter
mint
The corresponding SPL Token mint.
multiSigners?
proofInstructionOffset
record?
(Optional) Record account if the accompanying proof is to be read from a record account.
token
The SPL Token account.