UNPKG
@minatokens/api
Version:
latest (0.16.16)
0.16.16
0.16.15
0.16.14
0.16.12
0.16.11
0.16.10
0.16.9
0.16.8
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.4
0.8.2
0.8.1
0.8.0
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.5.2
0.5.1
0.5.0
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.3
0.2.2
0.2.1
0.2.0
0.1.0
MinaTokens API
docs.minatokens.com
zkcloudworker/minatokens-lib
@minatokens/api
/
dist
/
node
/
wait.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
export
declare
function
waitForProofs
(
jobId
:
string
):
Promise
<(
string
|
undefined
)[] |
undefined
>;
export
declare
function
waitForTransaction
(
hash
:
string
,
timeout
?:
number
):
Promise
<
void
>;