Class BlockstackCruxUserRepository
Hierarchy
-
BlockstackCruxUserRepository
Methods
getByCruxId
- getByCruxId(cruxID: CruxId, tag: undefined | string, onlyRegistered?: boolean): Promise<CruxUser | undefined>
-
Parameters
-
-
Optional tag: undefined | string
-
Default value onlyRegistered: boolean = false
Returns Promise<CruxUser | undefined>
getWithKey
-
Parameters
Returns Promise<CruxUser | undefined>
isCruxIdAvailable
- isCruxIdAvailable(cruxIdSubdomain: string): Promise<boolean>
-
Parameters
Returns Promise<boolean>