gill
gill/programs/token/Type aliases

InitializeConfidentialTransferFeeInstructionDataArgs

type InitializeConfidentialTransferFeeInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
  withdrawWithheldAuthorityElGamalPubkey: OptionOrNullable<Address>;
};

Properties

authority

authority: OptionOrNullable<Address>;

Optional authority to set the withdraw withheld authority ElGamal key


withdrawWithheldAuthorityElGamalPubkey

withdrawWithheldAuthorityElGamalPubkey: OptionOrNullable<Address>;

Withheld fees from accounts must be encrypted with this ElGamal key

On this page