UNPKG
@ethersphere/bee-factory
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
Local Ethereum Swarm development stack
github.com/ethersphere/bee-factory
@ethersphere/bee-factory
/
dist
/
blockchain
/
fund.d.ts
3 lines
•
176 B
TypeScript
View Raw
1
2
3
import
{ ethers }
from
'ethers'
;
export
declare
function
fundNodes
(
provider
: ethers.
JsonRpcProvider
,
bzzTokenAddress
:
string
):
Promise
<
void
>;
//# sourceMappingURL=fund.d.ts.map