Documentation ¶
Index ¶
Constants ¶
View Source
const AccAddressByteSize = 20
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HexAddressString ¶
type HexAddressString string
func NewHexAddrFromAccAddr ¶ added in v0.3.0
func NewHexAddrFromAccAddr(addr sdk.AccAddress) HexAddressString
func (HexAddressString) Bytes ¶ added in v0.3.0
func (a HexAddressString) Bytes() []byte
func (HexAddressString) Marshal ¶
func (a HexAddressString) Marshal() ([]byte, error)
func (HexAddressString) Size ¶
func (a HexAddressString) Size() int
func (HexAddressString) String ¶
func (a HexAddressString) String() string
func (*HexAddressString) Unmarshal ¶
func (a *HexAddressString) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.