sudo

package
v0.0.0-...-f2174cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2019 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL