Versions in this module Expand all Collapse all v1 v1.4.5 Jul 11, 2021 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 Uint16 uint16 + func (u *Uint16) UnmarshalJSON(b []byte) error + func (u Uint16) 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)