Versions in this module Expand all Collapse all v1 v1.12.1 Jan 10, 2025 Changes in this version + var ErrNoSeparator = errors.New("no separator found in address") + func Format(chainIDAlias string, hrp string, addr []byte) (string, error) + func FormatBech32(hrp string, payload []byte) (string, error) + func Parse(addrStr string) (string, string, []byte, error) + func ParseBech32(addrStr string) (string, []byte, error) + func ParseToID(addrStr string) (ids.ShortID, error) + func ParseToIDs(addrStrs []string) ([]ids.ShortID, error) v1.11.13-rc.2 Dec 3, 2024