Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
BigInt contains big.Int and has some extra functions to support storage in the database with the type NUMERIC(78, 0).
func BigIntFromInt64 ¶
func BigIntFromString ¶
func BigIntFromUint64 ¶
func NewBigIntFromInt ¶
func (BigInt) MarshalJSON ¶
func (*BigInt) UnmarshalJSON ¶
type Blob ¶
type Blob []byte
Blob is the internal representation of a byte array that's encoded as a base64 string when on the wire and in the database
func (Blob) MarshalJSON ¶
func (*Blob) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.