OZSmartAccountConfig

constructor(rpcUrl: String, networkPassphrase: String, accountWasmHash: String, webauthnVerifierAddress: String, deployerKeypair: KeyPair? = null, rpId: String? = null, rpName: String = "Smart Account", sessionExpiryMs: Long = OZConstants.DEFAULT_SESSION_EXPIRY_MS, signatureExpirationLedgers: Int = Util.LEDGERS_PER_HOUR, timeoutInSeconds: Int = OZConstants.DEFAULT_TIMEOUT_SECONDS, relayerUrl: String? = null, indexerUrl: String? = null, webauthnProvider: WebAuthnProvider? = null, storage: StorageAdapter = InMemoryStorageAdapter(), externalWallet: ExternalWalletAdapter? = null, maxContextRuleScanId: UInt)