Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PackAggregate3 ¶
func PackAggregate3(calls []AggregateCall3) ([]byte, error)
Types ¶
type Aggregate3Result ¶
type Aggregate3Result struct { Success bool "json:\"success\"" ReturnData []uint8 "json:\"returnData\"" }
func UnpackAggregate3 ¶
func UnpackAggregate3(b []byte) (results []Aggregate3Result, err error)
Click to show internal directories.
Click to hide internal directories.