smart_contract

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnableSmartContract

func EnableSmartContract(r action.Router) error

Types

type Execute

type Execute struct {
	From   action.Address  `json:"from"`
	To     *action.Address `json:"to"`
	Amount action.Amount   `json:"amount"`
	Data   []byte          `json:"data"`
	Nonce  uint64          `json:"nonce"`
}

func (Execute) Marshal

func (e Execute) Marshal() ([]byte, error)

func (Execute) Signers

func (e Execute) Signers() []action.Address

func (Execute) Tags

func (e Execute) Tags() kv.Pairs

func (Execute) Type

func (e Execute) Type() action.Type

func (*Execute) Unmarshal

func (e *Execute) Unmarshal(data []byte) error

Jump to

Keyboard shortcuts

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