akahu.api.endpoints.pending_transactions¶
- class akahu.api.endpoints.pending_transactions.PendingTransactionsEndpoint(client: ApiBase, endpoint='/transactions/pending')¶
Bases:
ApiListEndpoint[PendingTransaction]Endpoints for retrieving pending transactions.
- Arguments:
client (ApiBase): The API client, or prefix-endpoint in the url path. endpoint (str): (optional) The endpoint for the pending transactions API. Defaults to “/transactions/pending”.
- property endpoint: str¶
- list(**params) List¶