UNPKG
noob-ethereum
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.27
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple Ethereum library
github.com/markodayan/noob-ethereum
markodayan/noob-ethereum
noob-ethereum
/
dist
/
examples
/
rollups.d.ts
6 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
Provider
:
any
,
utils
:
any
;
declare
const
provider
:
any
;
declare
function
seedOptimismBatches
(
):
Promise
<
void
>;
declare
function
seedOldInboxBatches
(
):
Promise
<
void
>;
declare
function
seedLatestArbitrumSequencerBatches
(
):
Promise
<
void
>;
//# sourceMappingURL=rollups.d.ts.map