AllocateInstructionAccounts: {
    authority?: Signer;
    inscriptionAccount: PublicKey | Pda;
    inscriptionMetadataAccount: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The authority of the inscription account.

  • inscriptionAccount: PublicKey | Pda

    The account where data is stored.

  • inscriptionMetadataAccount: PublicKey | Pda

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

  • Optional payer?: Signer

    The account that will pay for the rent.

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc