Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressType ¶
type AddressType []byte
func MustParseAddr ¶
func MustParseAddr(s string) AddressType
func ParseAddr ¶
func ParseAddr(s string) (addr AddressType, err error)
func (AddressType) MarshalJSON ¶
func (ww AddressType) MarshalJSON() ([]byte, error)
func (AddressType) String ¶
func (aa AddressType) String() string
String is the insterface for fmt.String so that you can print an address as a "%s" and get human output.
func (*AddressType) UnmarshalJSON ¶
func (ww *AddressType) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.