|
Wire Sysio Wire Sysion 1.0.0
|
#include <block.hpp>


Public Member Functions | |
| transaction_receipt () | |
| transaction_receipt (const transaction_id_type &tid) | |
| transaction_receipt (const packed_transaction &ptrx) | |
| digest_type | digest () const |
Public Member Functions inherited from sysio::chain::transaction_receipt_header | |
| transaction_receipt_header () | |
| transaction_receipt_header (status_enum s) | |
Public Attributes | |
| std::variant< transaction_id_type, packed_transaction > | trx |
Public Attributes inherited from sysio::chain::transaction_receipt_header | |
| fc::enum_type< uint8_t, status_enum > | status |
| uint32_t | cpu_usage_us = 0 |
| total billed CPU usage (microseconds) | |
| fc::unsigned_int | net_usage_words |
| total billed NET usage, so we can reconstruct resource state when skipping context free data... hard failures... | |
Additional Inherited Members | |
Public Types inherited from sysio::chain::transaction_receipt_header | |
| enum | status_enum { executed = 0 , soft_fail = 1 , hard_fail = 2 , delayed = 3 , expired = 4 } |
|
inline |
Definition at line 35 of file block.hpp.
|
inlineexplicit |
Definition at line 36 of file block.hpp.
|
inlineexplicit |
|
inline |
Definition at line 41 of file block.hpp.

| std::variant<transaction_id_type, packed_transaction> sysio::chain::transaction_receipt::trx |