getTestnetPaymasterAddress (depreated)
Returns the address of the testnet Paymaster.
Usage
example.ts
import { client } from './config'
const address = await client.getTestnetPaymasterAddress();
Returns
Address | null
Testnet paymaster address if available, or null
.