InitializeConfidentialTransferFeeInput
type InitializeConfidentialTransferFeeInput<TAccountMint> = {
authority: InitializeConfidentialTransferFeeInstructionDataArgs["authority"];
mint: Address<TAccountMint>;
withdrawWithheldAuthorityElGamalPubkey: InitializeConfidentialTransferFeeInstructionDataArgs["withdrawWithheldAuthorityElGamalPubkey"];
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountMint extends string | string |
Properties
authority
authority: InitializeConfidentialTransferFeeInstructionDataArgs["authority"];mint
mint: Address<TAccountMint>;The SPL Token mint.
withdrawWithheldAuthorityElGamalPubkey
withdrawWithheldAuthorityElGamalPubkey: InitializeConfidentialTransferFeeInstructionDataArgs["withdrawWithheldAuthorityElGamalPubkey"];