Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigFloatUnquoted ¶
BigFloatUnquoted is a wrapper around big.Float to handle JSON marshalling as a string without quotes, as the P1 API expects.
func (BigFloatUnquoted) MarshalJSON ¶
func (b BigFloatUnquoted) MarshalJSON() ([]byte, error)
func (*BigFloatUnquoted) UnmarshalJSON ¶
func (b *BigFloatUnquoted) UnmarshalJSON(p []byte) error
Click to show internal directories.
Click to hide internal directories.