SetMintInstructionAccounts: {
    inscriptionMetadataAccount: PublicKey | Pda;
    mintAccount: PublicKey | Pda;
    mintInscriptionAccount: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • inscriptionMetadataAccount: PublicKey | Pda

    The account to store the inscription account's metadata in.

  • mintAccount: PublicKey | Pda

    The mint that will be used to derive the PDA.

  • mintInscriptionAccount: PublicKey | Pda

    The account where data is stored.

  • Optional payer?: Signer

    The account that will pay for the rent.

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc