gill
gill/programs/token/Type aliases

InitializeConfidentialTransferFeeInput

type InitializeConfidentialTransferFeeInput<TAccountMint> = {
  authority: InitializeConfidentialTransferFeeInstructionDataArgs["authority"];
  mint: Address<TAccountMint>;
  withdrawWithheldAuthorityElGamalPubkey: InitializeConfidentialTransferFeeInstructionDataArgs["withdrawWithheldAuthorityElGamalPubkey"];
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

authority

authority: InitializeConfidentialTransferFeeInstructionDataArgs["authority"];

mint

mint: Address<TAccountMint>;

The SPL Token mint.


withdrawWithheldAuthorityElGamalPubkey

withdrawWithheldAuthorityElGamalPubkey: InitializeConfidentialTransferFeeInstructionDataArgs["withdrawWithheldAuthorityElGamalPubkey"];

On this page