Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
action_receipt.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace sysio { namespace chain {
6
31
32} }
33
34FC_REFLECT( sysio::chain::action_receipt, (receiver)(act_digest)(global_sequence)(recv_sequence)(auth_sequence)(code_sequence)(abi_sequence) )
void pack(Stream &s, const std::deque< T > &value)
Definition raw.hpp:531
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
Definition reflect.hpp:311
unsigned __int64 uint64_t
Definition stdint.h:136
uint64_t recv_sequence
total number of actions with this receiver since genesis
uint64_t global_sequence
total number of actions dispatched since genesis
flat_map< account_name, uint64_t > auth_sequence
fc::unsigned_int code_sequence
total number of setcodes
fc::unsigned_int abi_sequence
total number of setabis
Immutable except for fc::from_variant.
Definition name.hpp:43