Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2024 Changes in this version + const HashPrefix + var SolTldAuthority = common.PublicKeyFromString("58PwtjSDuFHuUkYjH9BYnnQKHfwo9reZhC2zMJv9JPkx") + var TwitterRootParentRegisteryKey = common.PublicKeyFromString("4YcexoW3r78zz16J2aqmukBLRwGq6rAvWzJpkYAXqebv") + var TwitterVerificationAuthority = common.PublicKeyFromString("FvPH7PrVrLGKPfqaf3xJodFTjZriqrAXXLTVWEorTFBi") + func GetHashName(name string) []byte + func GetNameAccountKey(hashName []byte, nameClass, nameParent common.PublicKey) common.PublicKey + func GetTwitterRegistryKey(twitterHandle string) common.PublicKey + type NameRecordHeader struct + Class common.PublicKey + Data []byte + Owner common.PublicKey + ParentName common.PublicKey + func NameRecordHeaderFromData(data []byte) (NameRecordHeader, error)