Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Type CommandType Address ethgo.Address Method *abi.Method Args []interface{} }
type CommandType ¶
type CommandType string
const ( CallCommandType CommandType = "CALL" RawCallCommandType CommandType = "RAWCALL" SubPlanCommandType CommandType = "SUBPLAN" )
type LiteralValue ¶
func (*LiteralValue) GetSlot ¶
func (l *LiteralValue) GetSlot() uint64
type Planner ¶
type Planner struct {
Commands []*Command
}
func NewPlanner ¶
func NewPlanner() *Planner
func (*Planner) Add ¶
func (p *Planner) Add(c *Command) *ReturnValue
type ReturnValue ¶
type ReturnValue struct {
// contains filtered or unexported fields
}
type ReturnValue2 ¶
type ReturnValue2 struct {
Slot uint64
}
func (*ReturnValue2) GetSlot ¶
func (r *ReturnValue2) GetSlot() uint64
Click to show internal directories.
Click to hide internal directories.