UNPKG
@blockchain-lab-um/masca-connector
Version:
beta (1.5.0-beta.0)
latest (1.5.0)
1.5.0
1.5.0-beta.0
1.4.0
1.4.0-beta.2
1.4.0-beta.1
1.4.0-beta.0
1.3.2
1.3.2-beta.0
1.3.1
1.3.1-beta.1
1.3.1-beta.0
1.3.0
1.3.0-beta.1
1.2.2-beta.0
1.2.1
1.2.1-beta.0
1.2.0
1.2.0-beta.0
1.1.0
1.1.0-beta.0
1.0.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.4.7
0.4.7-beta.1
0.4.7-beta.0
0.4.6
0.4.6-beta.0
0.4.5
0.4.5-beta.0
0.4.4
0.4.4-beta.1
0.4.4-beta.0
0.4.3
0.4.2
0.4.2-beta.2
0.4.2-beta.1
0.4.2-beta.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Library for using Masca on the frontend
@blockchain-lab-um/masca-connector
/
dist
/
ViemClient.d.ts
12 lines
(10 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare
class
ViemClient
{
private
client;
constructor
(
params
: { provider:
any
; }
);
getEns
(
params
: {
address
:
`0x
${
string
}
`
; }):
Promise
<
string
>; }
export
{
ViemClient
};