UNPKG
aladinnetwork-blockstack
Version:
latest (1.0.1)
1.0.1
1.0.0
The Aladin Javascript library for authentication, identity, and storage.
aladinnetwork.org
aladinnetwork-blockstack
/
lib
/
profiles
/
profileSchemas
/
personZoneFiles.d.ts
10 lines
(9 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * *
@param
zoneFile
*
@param
publicKeyOrAddress
*
@param
callback
* *
@ignore
*/
export
declare
function
resolveZoneFileToPerson
(
zoneFile
:
any
,
publicKeyOrAddress
:
string
,
callback
: (profile:
any
) =>
void
):
void
;