Type alias WriteExternalPluginAdapterDataV1InstructionAccounts

WriteExternalPluginAdapterDataV1InstructionAccounts: {
    asset: PublicKey | Pda;
    authority?: Signer;
    buffer?: PublicKey | Pda;
    collection?: PublicKey | Pda;
    logWrapper?: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • asset: PublicKey | Pda

    The address of the asset

  • Optional authority?: Signer

    The Data Authority of the External Plugin Adapter

  • Optional buffer?: PublicKey | Pda

    The buffer to write to the external plugin

  • Optional collection?: PublicKey | Pda

    The collection to which the asset belongs

  • Optional logWrapper?: PublicKey | Pda

    The SPL Noop Program

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc