eosio::onerror
Module: Contracts API / Transaction
#include <transaction.hpp>
Public Functions
Name | |
---|---|
onerror | from_current_action() |
transaction | unpack_sent_trx() const |
Public Attributes
Name | |
---|---|
uint128_t | sender_id |
std::vector< char > | sent_trx |
Detailed Description
struct eosio::onerror;
Struct onerror contains and sender id and packed transaction
Public Functions Documentation
function from_current_action
static inline onerror from_current_action()
from_current_action unpacks and returns a onerror struct
function unpack_sent_trx
inline transaction unpack_sent_trx() const
Unpacks and returns a transaction
Public Attributes Documentation
variable sender_id
uint128_t sender_id;
variable sent_trx
std::vector< char > sent_trx;
Updated on 2022-12-05 at 15:38:08 +0000