ParsedHarvestWithheldTokensToMintForConfidentialTransferFeeInstruction
type ParsedHarvestWithheldTokensToMintForConfidentialTransferFeeInstruction<TProgram, TAccountMetas> = {
accounts: {
mint: TAccountMetas[0];
};
data: HarvestWithheldTokensToMintForConfidentialTransferFeeInstructionData;
programAddress: Address<TProgram>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof TOKEN_2022_PROGRAM_ADDRESS |
TAccountMetas extends readonly AccountMeta[] | readonly AccountMeta[] |
Properties
accounts
accounts: {
mint: TAccountMetas[0];
};| Name | Type | Description |
|---|---|---|
mint | TAccountMetas[0] | The mint. |
data
data: HarvestWithheldTokensToMintForConfidentialTransferFeeInstructionData;programAddress
programAddress: Address<TProgram>;