Methods
getCruxDomainIdWithConfigKeyManager
getCruxIdInformation
- getCruxIdInformation(cruxId: CruxId, tag: undefined | string, onlyRegistered: undefined | false | true): Promise<ICruxUserInformation>
-
Parameters
-
-
Optional tag: undefined | string
-
Optional onlyRegistered: undefined | false | true
getCruxIdWithKeyManager
-
Parameters
Returns Promise<CruxId | undefined>
getDomainRegistrationStatus
getGaiaHub
-
Parameters
-
-
Optional tag: undefined | string
Returns Promise<string>
getNameDetails
-
Parameters
-
-
Optional tag: undefined | string
isCruxIdAvailable
- isCruxIdAvailable(cruxId: CruxId): Promise<boolean>
-
Parameters
Returns Promise<boolean>
Static getCruxUserInformationFromSubdomainStatus
Static getDomainRegistrationStatusFromNameDetails
Static getGaiaHubFromZonefile
- getGaiaHubFromZonefile(zonefile: string): string
-
Parameters
Returns string
Static getNameDetails
- getNameDetails(blockstackName: string, bnsNodes: string[], tag: undefined | string, cacheStorage: StorageService): Promise<INameDetails>
-
Parameters
-
blockstackName: string
-
bnsNodes: string[]
-
Optional tag: undefined | string
-
Static getRegisteredBlockstackNamesByAddress
- getRegisteredBlockstackNamesByAddress(address: string, bnsNodes: string[], cacheStorage: StorageService): Promise<string[]>
-
Parameters
-
address: string
-
bnsNodes: string[]
-
Returns Promise<string[]>