NetworkScopedSmartWallet: Prettify<Omit<SmartWallet, "sendUserOperation"> & {
    network: Network;
    paymasterUrl?: string;
    sendUserOperation: (<T>(options) => Promise<SendUserOperationReturnType>);
}>

A smart wallet that's configured for a specific network