TransactionsApi - interface

Export

Interface

TransactionsApiInterface

Hierarchy

  • TransactionsApiInterface

Implemented by

Methods

  • Retrieves a list of transactions for a given list of transaction IDs If using TypeScript, import typings for this response from our types package: import type { Transaction } from \'@stacks/stacks-blockchain-api-types\'; Get list of details for transactions

    Parameters

    Returns Promise<{ [key: string]: object }>

  • Retrieves a list of transactions for a given list of transaction IDs If using TypeScript, import typings for this response from our types package: import type { Transaction } from \'@stacks/stacks-blockchain-api-types\';

    Summary

    Get list of details for transactions

    Throws

    Memberof

    TransactionsApiInterface

    Parameters

    Returns Promise<ApiResponse<{ [key: string]: object }>>

Generated using TypeDoc