Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AN = eos.AN
View Source
var ActN = eos.ActN
Functions ¶
func NewExec ¶
func NewExec(executer eos.AccountName, transaction eos.Transaction) *eos.Action
NewExec creates an `exec` action, found in the `eosio.wrap` contract.
Given an `eos.Transaction`, call `eos.MarshalBinary` on it first, pass the resulting bytes as `eos.HexBytes` here.
Types ¶
type Exec ¶
type Exec struct { Executer eos.AccountName `json:"executer"` Transaction eos.Transaction `json:"trx"` }
Exec represents the `eosio.system::exec` action.
Click to show internal directories.
Click to hide internal directories.