getInitializeMintInstruction
Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountMint extends string | - |
TAccountRent extends string | - |
TProgramAddress extends Address | Address<"TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"> |
Parameters
| Parameter | Type |
|---|---|
input | InitializeMintInput<TAccountMint, TAccountRent> |
config? | { programAddress?: TProgramAddress; } |
config.programAddress? | TProgramAddress |
Returns
InitializeMintInstruction<TProgramAddress, TAccountMint, TAccountRent>