ConfigureConfidentialTransferAccountInstructionDataArgs: {
    decryptableZeroBalance: DecryptableBalanceArgs;
    maximumPendingBalanceCreditCounter: number | bigint;
    proofInstructionOffset: number;
}

Type declaration

  • decryptableZeroBalance: DecryptableBalanceArgs

    The decryptable balance (always 0) once the configure account succeeds.

  • maximumPendingBalanceCreditCounter: number | bigint

    The maximum number of despots and transfers that an account can receiver before the ApplyPendingBalance is executed

  • proofInstructionOffset: number

    Relative location of the ProofInstruction::ZeroCiphertextProof instruction to the ConfigureAccount instruction in the transaction. If the offset is 0, then use a context state account for the proof.

Generated using TypeDoc