gill
gill/programs/token/Type aliases

EmptyConfidentialTransferAccountInstructionDataArgs

type EmptyConfidentialTransferAccountInstructionDataArgs = {
  proofInstructionOffset: number;
};

Properties

proofInstructionOffset

proofInstructionOffset: number;

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

On this page