UserWallet.requestFunds() method
Request funds from a running local node to the currently connected wallet
Signature:
requestFunds(amount: Amount): Promise<TransactionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
amount | Amount | the amount in native currency (in ETH) to request |
Returns:
Promise<TransactionResult>