// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
useethexe_common::Address;usejsonrpsee::proc_macros::rpc;#[rpc(client)]pubtraitDev{/// This call is infallible and always return the protocol Router address.
#[method(name ="routerAddress")]
async fnrouter_address(&self)->jsonrpsee::core::RpcResult<Address>;}