Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BN ¶
BN is a wrapper over big.Int to implement only unmarshalText for json decoding.
func NewBNFromInt64 ¶
func (*BN) MarshalText ¶
MarshalText implements the encoding.TextMarshaler
func (*BN) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
type Time ¶
Time is a wrapper over big.Int to implement only unmarshalText for json decoding.
func (*Time) FormatDate ¶
func (*Time) MarshalText ¶
MarshalText implements the encoding.TextMarshaler
func (*Time) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.