UNPKG
mina-attestations
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
Private Attestations on Mina
github.com/zksecurity/mina-attestations
zksecurity/mina-attestations
mina-attestations
/
build
/
src
/
email
/
dns-over-http.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * This entire file was copied and modified from zk-email-verify: * https://github.com/zkemail/zk-email-verify */
export
{ resolveDNSHTTP };
declare
function
resolveDNSHTTP
(
name
:
string
):
Promise
<
string
>;