CreateNativeMintInstructionAccounts: {
    nativeMint: PublicKey | Pda;
    payer: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • nativeMint: PublicKey | Pda

    The native mint address

  • payer: Signer

    Funding account (must be a system account)

  • Optional systemProgram?: PublicKey | Pda

    System program for mint account funding

Generated using TypeDoc