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