Documentation ¶
Index ¶
Constants ¶
View Source
const ( AddrPrefix = "BC" PrefixLen = 2 AddrIDLen = 40 )
Variables ¶
This section is empty.
Functions ¶
func ToPKString ¶
Types ¶
type ChatAddress ¶
type ChatAddress string
func ToAddress ¶
func ToAddress(key []byte) ChatAddress
func (ChatAddress) GetBytes ¶
func (addr ChatAddress) GetBytes() []byte
func (ChatAddress) IsValid ¶
func (addr ChatAddress) IsValid() bool
func (ChatAddress) String ¶
func (addr ChatAddress) String() string
func (ChatAddress) ToPubKey ¶
func (addr ChatAddress) ToPubKey() ed25519.PublicKey
func (ChatAddress) TrimPrefix ¶
func (addr ChatAddress) TrimPrefix() string
Click to show internal directories.
Click to hide internal directories.