Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + type BigInt struct + Value big.Int + func (b *BigInt) MarshalYAML() (interface{}, error) + func (b *BigInt) UnmarshalJSON(p []byte) error + func (b *BigInt) UnmarshalYAML(unmarshal func(interface{}) error) error + func (b BigInt) MarshalJSON() ([]byte, error) + type Duration struct + func (d *Duration) Unmarshal(s string) (err error) + func (d *Duration) UnmarshalJSON(data []byte) error + func (d *Duration) UnmarshalText(text []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (d Duration) MarshalText() ([]byte, error) + type IRawMessage interface + Unmarshal func(interface{}) error + UnmarshalYAML func(func(interface{}) error) error + type RawMessage struct + func (r *RawMessage) MarshalYAML() (interface{}, error) + func (r *RawMessage) Unmarshal(v interface{}) error + func (r *RawMessage) UnmarshalYAML(unmarshal func(interface{}) error) error + type RawMessageMasked struct + func (r *RawMessageMasked) Unmarshal(v interface{}) error + func (r *RawMessageMasked) UnmarshalYAML(unmarshal func(interface{}) error) error