action

package
v0.0.0-...-55b7c22 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Pending action is in the action pool but not executed by blockchain
	Pending actionState = iota
	// Executed action has been run and recorded on blockchain
	Executed
)

Variables

View Source
var ActionCmd = &cobra.Command{
	Use:   config.TranslateInLang(actionCmdUses, config.UILanguage),
	Short: config.TranslateInLang(actionCmdShorts, config.UILanguage),
}

ActionCmd represents the action command

View Source
var Stake2Cmd = &cobra.Command{
	Use:   config.TranslateInLang(stake2CmdUses, config.UILanguage),
	Short: config.TranslateInLang(stake2CmdShorts, config.UILanguage),
}

Stake2Cmd represent stake2 command

View Source
var Xrc20Cmd = &cobra.Command{
	Use:   config.TranslateInLang(xrc20CmdUses, config.UILanguage),
	Short: config.TranslateInLang(xrc20CmdShorts, config.UILanguage),
}

Xrc20Cmd represent erc20 standard command-line

Functions

func Execute

func Execute(contract string, amount *big.Int, bytecode []byte) error

Execute sends signed execution transaction to blockchain

func Match

func Match(in string, matchType string) string

Match returns human readable expression

func Read

func Read(contract address.Address, amount string, bytecode []byte) (string, error)

Read reads smart contract on IoTeX blockchain

func RegisterWriteCommand

func RegisterWriteCommand(cmd *cobra.Command)

RegisterWriteCommand registers action flags for command

func SendAction

func SendAction(elp action.Envelope, signer string) error

SendAction sends signed action to blockchain

func SendRaw

func SendRaw(selp *iotextypes.Action) error

SendRaw sends raw action to blockchain

func Signer

func Signer() (address string, err error)

Signer returns signer's address

Types

This section is empty.

Jump to

Keyboard shortcuts

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