Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONBigInt ¶
JSONBigInt is a JSON Serializable big.Int wrapper
func (JSONBigInt) MarshalJSON ¶
func (b JSONBigInt) MarshalJSON() ([]byte, error)
MarshalJSON marshals big.Int
func (*JSONBigInt) UnmarshalJSON ¶
func (b *JSONBigInt) UnmarshalJSON(p []byte) error
UnmarshalJSON unmarshals big.Int
Click to show internal directories.
Click to hide internal directories.