gill

getUpdateConfidentialTransferMintInstruction

function getUpdateConfidentialTransferMintInstruction<TAccountMint, TAccountAuthority, TProgramAddress>(input, config?): UpdateConfidentialTransferMintInstruction<TProgramAddress, TAccountMint, TAccountAuthority>;

Type Parameters

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

Parameters

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

Returns

UpdateConfidentialTransferMintInstruction<TProgramAddress, TAccountMint, TAccountAuthority>

On this page