BlockTransactionRequest
A BlockTransactionRequest is used to fetch a Transaction included in a block that is not returned in a BlockResponse.
Properties
Name | Type | Description | Required |
---|---|---|---|
network_identifier | NetworkIdentifier | The network_identifier specifies which network a particular object is associated with. | True |
block_identifier | BlockIdentifier | The block_identifier uniquely identifies a block in a particular network. | True |
transaction_identifier | TransactionIdentifier | The transaction_identifier uniquely identifies a transaction in a particular network and block or in the mempool. | True |
Example
{
"network_identifier": {
"blockchain": "bitcoin",
"network": "mainnet",
"sub_network_identifier": {
"network": "shard 1",
"metadata": {
"producer": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5"
}
}
},
"block_identifier": {
"index": 1123941,
"hash": "0x1f2cc6c5027d2f201a5453ad1119574d2aed23a392654742ac3c78783c071f85"
},
"transaction_identifier": {
"hash": "0x2f23fd8cca835af21f3ac375bac601f97ead75f2e79143bdf71fe2c4be043e8f"
}
}