gill

getInitializeMintInstruction

function getInitializeMintInstruction<TAccountMint, TAccountRent, TProgramAddress>(input, config?): InitializeMintInstruction<TProgramAddress, TAccountMint, TAccountRent>;

Type Parameters

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

Parameters

ParameterType
inputInitializeMintInput<TAccountMint, TAccountRent>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

InitializeMintInstruction<TProgramAddress, TAccountMint, TAccountRent>

On this page