Documentation ¶
Index ¶
- func CreateTypeName(t reflect.Type) abi.TypeName
- func Decode(d *abi.Decoder, v any, args ...abi.TypeName) (err error)
- func DecodeArray(d *abi.Decoder, t abi.TypeName, l int, v reflect.Value) (err error)
- func DecodeBytes(xs []byte, v any, hint ...abi.TypeName) (err error)
- func DecodeInto(d *abi.Decoder, v any) (err error)
- func DecodeTuple(d *abi.Decoder, t abi.TypeName, v reflect.Value) (err error)
- func Encode(b *abi.Builder, v any, args ...abi.TypeName) (err error)
- func EncodeArray(b *abi.Builder, t abi.TypeName, l int, v reflect.Value) error
- type IntSet
- type SetStringErr
- type SetStringOk
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeArray ¶
t = type of array l = length of array v has to be a slice or array or will panic
func DecodeTuple ¶
v is type struct
Types ¶
type SetStringErr ¶
type SetStringOk ¶
Click to show internal directories.
Click to hide internal directories.