gill
gill/programs/token/Type aliases

EmptyConfidentialTransferAccountInstructionData

type EmptyConfidentialTransferAccountInstructionData = {
  confidentialTransferDiscriminator: number;
  discriminator: number;
  proofInstructionOffset: number;
};

Properties

confidentialTransferDiscriminator

confidentialTransferDiscriminator: number;

discriminator

discriminator: number;

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