pub struct Client {
pub network: NetworkConfig,
pub rest: RestClient,
pub qor: QorClient,
pub fees: Fees,
}Expand description
A composed QoreChain client: resolved config, read clients, fee helper.
Fields§
§network: NetworkConfigThe resolved network configuration.
rest: RestClientREST (LCD) read client.
qor: QorClientqor_* JSON-RPC read client.
fees: FeesFee-estimate convenience.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
impl Freeze for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnsafeUnpin for Client
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more