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

Public Member Functions | |
| digest_type | digest () const |
Public Attributes | |
| account_name | receiver |
| digest_type | act_digest |
| uint64_t | global_sequence = 0 |
| total number of actions dispatched since genesis | |
| uint64_t | recv_sequence = 0 |
| total number of actions with this receiver since genesis | |
| flat_map< account_name, uint64_t > | auth_sequence |
| fc::unsigned_int | code_sequence = 0 |
| total number of setcodes | |
| fc::unsigned_int | abi_sequence = 0 |
| total number of setabis | |
For each action dispatched this receipt is generated
Definition at line 10 of file action_receipt.hpp.
|
inline |
Definition at line 19 of file action_receipt.hpp.

| fc::unsigned_int sysio::chain::action_receipt::abi_sequence = 0 |
Definition at line 17 of file action_receipt.hpp.
| digest_type sysio::chain::action_receipt::act_digest |
Definition at line 12 of file action_receipt.hpp.
| flat_map<account_name,uint64_t> sysio::chain::action_receipt::auth_sequence |
Definition at line 15 of file action_receipt.hpp.
| fc::unsigned_int sysio::chain::action_receipt::code_sequence = 0 |
Definition at line 16 of file action_receipt.hpp.
| uint64_t sysio::chain::action_receipt::global_sequence = 0 |
Definition at line 13 of file action_receipt.hpp.
| account_name sysio::chain::action_receipt::receiver |
Definition at line 11 of file action_receipt.hpp.
| uint64_t sysio::chain::action_receipt::recv_sequence = 0 |
Definition at line 14 of file action_receipt.hpp.