Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio.wrap.cpp
Go to the documentation of this file.
1
#include <
sysio.wrap/sysio.wrap.hpp
>
2
3
namespace
sysio
{
4
5
void
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
}
sysio::wrap::exec
void exec(ignore< name > executer, ignore< transaction > trx)
Definition
sysio.wrap.cpp:5
count
int * count
Definition
gmock_stress_test.cc:177
sysio::chain::config::uint128_t
__uint128_t uint128_t
Definition
config.hpp:8
sysio
Definition
abi_serializer.cpp:8
uint64_t
unsigned __int64 uint64_t
Definition
stdint.h:136
sysio::chain::name
Immutable except for fc::from_variant.
Definition
name.hpp:43
sysio.wrap.hpp
wire-system-contracts
contracts
sysio.wrap
src
sysio.wrap.cpp
Generated by
1.12.0