Documentation ¶
Index ¶
Constants ¶
View Source
const (
V012Bech32AddrLen = 44 // length of an akash address when encoded as a bech32 string in v0.12
)
Variables ¶
This section is empty.
Functions ¶
func MigratePrefixBech32AddrBytes ¶
MigratePrefixBech32AddrBytes is a helper function that migrates all keys of format: prefix_bytes | address_bech32_bytes | arbitrary_bytes into format: prefix_bytes | address_len (1 byte) | address_bytes | arbitrary_bytes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.