Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccAddress ¶
type AccAddress []byte
AccAddress a wrapper around bytes meant to represent an account address. When marshaled to a string or JSON, it uses Bech32.
func (AccAddress) Bytes ¶
func (bz AccAddress) Bytes() []byte
type Address ¶
type Address = HexBytes
func PubKeyToAddress ¶
PubKeyToAddress returns a Bitcoin style addresses: RIPEMD160(SHA256(pubkey))
Click to show internal directories.
Click to hide internal directories.