Transactions API

Standard endpoints

class blockscan.modules.transactions.Transactions[source]
static get_tx_receipt_status(txhash: str)[source]

Check the status of a transaction receipt.

Parameters

txhash (str) – Target tx hash.

Returns

The status code.

Return type

str

Pro endpoints

class blockscan.modules.transactions.ProTransactions[source]