Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 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)