Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressFunds ¶
type Amount ¶
type Amount string
func ParseAmount ¶
func (Amount) MarshalJSON ¶
func (*Amount) UnmarshalJSON ¶
type Bytes ¶
type Bytes []byte
Bytes represents a yaml marshalable []byte
func ParseBytesBase64 ¶
ParseBytesBase64 parses a base64 string
func (Bytes) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (Bytes) MarshalYAML ¶
func (*Bytes) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
func (*Bytes) UnmarshalYAML ¶
type InvalidAmountError ¶
type InvalidAmountError string
func (InvalidAmountError) Error ¶
func (e InvalidAmountError) Error() string
type UnixTime ¶
type UnixTime int
func NewUnixTime ¶
func (UnixTime) MarshalJSON ¶
func (*UnixTime) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.