sudo

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AN = yta.AN
View Source
var ActN = yta.ActN

Functions

func NewExec

func NewExec(executer yta.AccountName, transaction yta.Transaction) *yta.Action

NewExec creates an `exec` action, found in the `eosio.wrap` contract.

Given an `yta.Transaction`, call `yta.MarshalBinary` on it first, pass the resulting bytes as `yta.HexBytes` here.

Types

type Exec

type Exec struct {
	Executer    yta.AccountName `json:"executer"`
	Transaction yta.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