Find Block Hash
ENDPOINT
GET /{network}/find/blockHash/{transactionID}
Returns the block hash of the block containing the given transaction ID.
Arguments
Parameter | Type | Description |
---|---|---|
transactionID | String | The transaction ID |
Response
Parameter | Type | Description |
---|---|---|
result | String | The block hash containing the transaction ID |