gill
gill/programs/token/Type aliases

InitializeConfidentialTransferFeeInstructionData

type InitializeConfidentialTransferFeeInstructionData = {
  authority: Option<Address>;
  confidentialTransferFeeDiscriminator: number;
  discriminator: number;
  withdrawWithheldAuthorityElGamalPubkey: Option<Address>;
};

Properties

authority

authority: Option<Address>;

Optional authority to set the withdraw withheld authority ElGamal key


confidentialTransferFeeDiscriminator

confidentialTransferFeeDiscriminator: number;

discriminator

discriminator: number;

withdrawWithheldAuthorityElGamalPubkey

withdrawWithheldAuthorityElGamalPubkey: Option<Address>;

Withheld fees from accounts must be encrypted with this ElGamal key

On this page