Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigratePrefixAddress ¶
MigratePrefixAddress is a helper function that migrates all keys of format: prefix_bytes | address_bytes into format: prefix_bytes | address_len (1 byte) | address_bytes
func MigratePrefixAddressAddress ¶
MigratePrefixAddressAddress is a helper function that migrates all keys of format: prefix_bytes | address_1_bytes | address_2_bytes into format: prefix_bytes | address_1_len (1 byte) | address_1_bytes | address_2_len (1 byte) | address_2_bytes
func MigratePrefixAddressBytes ¶
MigratePrefixAddressBytes is a helper function that migrates all keys of format: prefix_bytes | address_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.