Versions in this module Expand all Collapse all v1 v1.3.5 Sep 6, 2026 v1.3.4 Sep 6, 2026 Changes in this version + const Null + func NewCodec() rpc.Codec + type Float32 float32 + func (f *Float32) UnmarshalJSON(b []byte) error + func (f Float32) MarshalJSON() ([]byte, error) + type Float64 float64 + func (f *Float64) UnmarshalJSON(b []byte) error + func (f Float64) MarshalJSON() ([]byte, error) + type Time struct + Nanos int32 + Offset int32 + Seconds int64 + func NewTime(t time.Time) Time + func (t *Time) UnmarshalJSON(b []byte) error + func (t Time) MarshalJSON() ([]byte, error) + func (t Time) Time() time.Time + type Uint16 uint16 + func (u *Uint16) UnmarshalJSON(b []byte) error + func (u Uint16) MarshalJSON() ([]byte, error) + type Uint256 uint256.Int + func (u *Uint256) UnmarshalJSON(b []byte) error + func (u Uint256) MarshalJSON() ([]byte, error) + type Uint32 uint32 + func (u *Uint32) UnmarshalJSON(b []byte) error + func (u Uint32) MarshalJSON() ([]byte, error) + type Uint64 uint64 + func (u *Uint64) UnmarshalJSON(b []byte) error + func (u Uint64) MarshalJSON() ([]byte, error) + type Uint8 uint8 + func (u *Uint8) UnmarshalJSON(b []byte) error + func (u Uint8) MarshalJSON() ([]byte, error)