Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
native.cpp
Go to the documentation of this file.
2
3#include <sysio/check.hpp>
4
5namespace sysiosystem {
6
7 void native::onerror( ignore<uint128_t>, ignore<std::vector<char>> ) {
8 sysio::check( false, "the onerror action cannot be called directly" );
9 }
10
11}
void onerror(ignore< uint128_t > sender_id, ignore< std::vector< char > > sent_trx)
Definition native.cpp:7