gill
gill/programs/token/Type aliases

ConfigureConfidentialTransferAccountInstructionDataArgs

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

Properties

decryptableZeroBalance

decryptableZeroBalance: DecryptableBalanceArgs;

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


maximumPendingBalanceCreditCounter

maximumPendingBalanceCreditCounter: number | bigint;

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


proofInstructionOffset

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.

On this page