InitializeV1InstructionAccounts: {
    authority?: Signer;
    feeWallet?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    metadata?: PublicKey | Pda;
    mint: Signer;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    tokenMetadataProgram?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The authority of the mint

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • Optional metadata?: PublicKey | Pda

    The address of the metadata account

  • mint: Signer

    The address of the mint account

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional tokenMetadataProgram?: PublicKey | Pda

    The Metaplex Token Metadata program

  • Optional tokenProgram?: PublicKey | Pda

    The SPL Token program

Generated using TypeDoc