Constructor
Base catapult-rest url
fetch function to be used when performing rest requests.
fetch function to be used when performing rest requests.
Base catapult-rest url
This method knows how to call, convert and handle exception when doing remote http operations.
the remote call
the mapper from dto to the model object.
Get the merkle path for a given a receipt statement hash and block Returns the merkle path for a receipt statement or resolution linked to a block. The path is the complementary data needed to calculate the merkle root. A client can compare if the calculated root equals the one recorded in the block header, verifying that the receipt was linked with the block.
The height of the block.
The hash of the receipt statement or resolution.
Observable
Get the merkle path for a given a transaction and block Returns the merkle path for a transaction included in a block. The path is the complementary data needed to calculate the merkle root. A client can compare if the calculated root equals the one recorded in the block header, verifying that the transaction was included in the block.
The height of the block.
The hash of the transaction.
Observable
Gets an array of blocks.
Block search criteria
Observable<BlockInfo[]>
Generated using TypeDoc
Blockchain http repository.
1.0