gill
gill/programs/token/Type aliases

HarvestWithheldTokensToMintForConfidentialTransferFeeInput

type HarvestWithheldTokensToMintForConfidentialTransferFeeInput<TAccountMint> = {
  mint: Address<TAccountMint>;
  sources?: Address[];
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

mint

mint: Address<TAccountMint>;

The mint.


sources?

optional sources: Address[];

On this page