gill

getCreateNativeMintInstruction

function getCreateNativeMintInstruction<TAccountPayer, TAccountNativeMint, TAccountSystemProgram, TProgramAddress>(input, config?): CreateNativeMintInstruction<TProgramAddress, TAccountPayer, TAccountNativeMint, TAccountSystemProgram>;

Type Parameters

Type ParameterDefault type
TAccountPayer extends string-
TAccountNativeMint extends string-
TAccountSystemProgram extends string-
TProgramAddress extends AddressAddress<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb">

Parameters

ParameterType
inputCreateNativeMintInput<TAccountPayer, TAccountNativeMint, TAccountSystemProgram>
config?{ programAddress?: TProgramAddress; }
config.programAddress?TProgramAddress

Returns

CreateNativeMintInstruction<TProgramAddress, TAccountPayer, TAccountNativeMint, TAccountSystemProgram>

On this page