gill

getApproveConfidentialTransferAccountInstruction

function getApproveConfidentialTransferAccountInstruction<TAccountToken, TAccountMint, TAccountAuthority, TProgramAddress>(input, config?): ApproveConfidentialTransferAccountInstruction<TProgramAddress, TAccountToken, TAccountMint, TAccountAuthority>;

Type Parameters

Type ParameterDefault type
TAccountToken extends string-
TAccountMint extends string-
TAccountAuthority extends string-
TProgramAddress extends AddressAddress<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb">

Parameters

ParameterType
inputApproveConfidentialTransferAccountInput<TAccountToken, TAccountMint, TAccountAuthority>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

ApproveConfidentialTransferAccountInstruction<TProgramAddress, TAccountToken, TAccountMint, TAccountAuthority>

On this page