MicroblocksApi - interface

Export

Interface

MicroblocksApiInterface

Hierarchy

  • MicroblocksApiInterface

Implemented by

Methods

  • Retrieves transactions that have been streamed in microblocks but not yet accepted or rejected in an anchor block Get the list of current transactions that belong to unanchored microblocks

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<UnanchoredTransactionListResponse>

  • Retrieves transactions that have been streamed in microblocks but not yet accepted or rejected in an anchor block

    Summary

    Get the list of current transactions that belong to unanchored microblocks

    Throws

    Memberof

    MicroblocksApiInterface

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<ApiResponse<UnanchoredTransactionListResponse>>

Generated using TypeDoc