EmptyConfidentialTransferAccountInstructionAccounts: {
    authority: PublicKey | Pda | Signer;
    instructionsSysvarOrContextState?: PublicKey | Pda;
    token: PublicKey | Pda;
}

Type declaration

  • authority: PublicKey | Pda | Signer

    The source account's owner/delegate or its multisignature account.

  • Optional instructionsSysvarOrContextState?: PublicKey | Pda

    Instructions sysvar if VerifyZeroCiphertext is included in the same transaction or context state account if VerifyZeroCiphertext is pre-verified into a context state account.

  • token: PublicKey | Pda

    The SPL Token account.

Generated using TypeDoc