Class List > eosio :: transaction

Inherits the following classes: eosio::transaction_header

Public Attributes

Type Name
std::vector< action > context_free_actions
std::vector< action > actions
extensions_type transaction_extensions

Public Functions

Type Name
transaction (time_point_sec exp = time_point_sec(now()+60))
void send (const uint128_t & sender_id, name payer, bool replace_existing = false) const

Public Attributes Documentation

variable context_free_actions

std::vector<action> eosio::transaction::context_free_actions;

variable actions

std::vector<action> eosio::transaction::actions;

variable transaction_extensions

extensions_type eosio::transaction::transaction_extensions;

Public Functions Documentation

function transaction

eosio::transaction::transaction(
    time_point_sec exp = time_point_sec(now()+60)
)

function send

void eosio::transaction::send(
    const uint128_t & sender_id,
    name payer,
    bool replace_existing = false
) const

The documentation for this class was generated from the following file: libraries/eosiolib/transaction.hpp