MempoolResponse
A MempoolResponse contains all transaction identifiers in the mempool for a particular network_identifier.
Properties
Name | Type | Description | Required |
---|---|---|---|
transaction_identifiers | []TransactionIdentifier | True |
Example
{
"transaction_identifiers": [
{
"hash": "0x2f23fd8cca835af21f3ac375bac601f97ead75f2e79143bdf71fe2c4be043e8f"
}
]
}