gill

getCreateTokenInstructions

function getCreateTokenInstructions(args): Instruction<string, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]>[];

Create the instructions required to initialize a new token's mint

Parameters

Returns

Instruction<string, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]>[]

On this page