TransactionCandidate¶
The basic unit of data that users send to the mempool for the purpose of ordering and execution (aka processing) as part of a transaction request is called a transaction candidate.
Field | Type | Description |
---|---|---|
label |
TransactionLabel | keys that may/will be read/written |
executable |
TransactionExecutable | the payload for post-ordering execution |