package
Version:
v1.6.51
Opens a new window with list of versions in this module.
Published: Apr 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Convert from short to canonical names
'baz', [ 'uint32', 'bool' ]
'baz', [ 'uint32', 'bool' ]
func RawEncode(paramTypes []string, values []interface{}) []byte
[ 'uint32', 'bool' ], [ 69, 1 ]
type CallData struct {
Method string `json:"method"`
Args []json.RawMessage `json:"args,omitempty"`
}
type WasmInput struct {
Method string
Sink []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.