Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio.wrap.cpp
Go to the documentation of this file.
2
3namespace sysio {
4
5void wrap::exec( ignore<name>, ignore<transaction> ) {
6 require_auth( get_self() );
7
8 name executer;
9 _ds >> executer;
10
11 require_auth( executer );
12
13 send_deferred( (uint128_t(executer.value) << 64) | (uint64_t)current_time_point().time_since_epoch().count(), executer, _ds.pos(), _ds.remaining() );
14}
15
16}
void exec(ignore< name > executer, ignore< transaction > trx)
Definition sysio.wrap.cpp:5
int * count
__uint128_t uint128_t
Definition config.hpp:8
unsigned __int64 uint64_t
Definition stdint.h:136
Immutable except for fc::from_variant.
Definition name.hpp:43