Documentation ¶
Index ¶
Constants ¶
View Source
const HashPrefix = "SPL Name Service"
Variables ¶
View Source
var SolTldAuthority = common.PublicKeyFromString("58PwtjSDuFHuUkYjH9BYnnQKHfwo9reZhC2zMJv9JPkx")
View Source
var TwitterRootParentRegisteryKey = common.PublicKeyFromString("4YcexoW3r78zz16J2aqmukBLRwGq6rAvWzJpkYAXqebv")
View Source
var TwitterVerificationAuthority = common.PublicKeyFromString("FvPH7PrVrLGKPfqaf3xJodFTjZriqrAXXLTVWEorTFBi")
Functions ¶
func GetNameAccountKey ¶
GetNameAccountKey return the pubkey correspond to name
func GetTwitterRegistryKey ¶
GetTwitterRegistryKey return the pubkey corespond to twitter handle
Types ¶
type NameRecordHeader ¶
type NameRecordHeader struct { ParentName common.PublicKey Owner common.PublicKey Class common.PublicKey Data []byte }
func NameRecordHeaderFromData ¶
func NameRecordHeaderFromData(data []byte) (NameRecordHeader, error)
Click to show internal directories.
Click to hide internal directories.