faucet
function faucet(pub: PublicKey, network: string): Promise<void>
Requests the testnet faucet to fund a public key.
Parameters
• pub: PublicKey
• network: string
= 'berkeley-qanet'
Returns
Promise
\<void
>
function faucet(pub: PublicKey, network: string): Promise<void>
Requests the testnet faucet to fund a public key.
• pub: PublicKey
• network: string
= 'berkeley-qanet'
Promise
\<void
>