execute

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContractCallCmd

func NewContractCallCmd(f *cmdutil.Factory) *cobra.Command

func NewExecuteCmd

func NewExecuteCmd(f *cmdutil.Factory) *cobra.Command

func NewStatusCmd

func NewStatusCmd(f *cmdutil.Factory) *cobra.Command

func NewTransferCmd

func NewTransferCmd(f *cmdutil.Factory) *cobra.Command

Types

type ExecStatusResponse

type ExecStatusResponse struct {
	ExecutionID     string  `json:"executionId"`
	Status          string  `json:"status"`
	Type            string  `json:"type"`
	TransactionHash *string `json:"transactionHash"`
	TransactionLink *string `json:"transactionLink"`
	Result          any     `json:"result"`
	Error           *string `json:"error"`
	CreatedAt       string  `json:"createdAt"`
	CompletedAt     *string `json:"completedAt"`
}

ExecStatusResponse represents the execution status API response. Shared by transfer, contract-call and status commands.

Jump to

Keyboard shortcuts

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