pub struct NetworksClient { /* private fields */ }
Implementations§
Source§impl NetworksClient
impl NetworksClient
pub fn new(api_options: DfnsApiClientOptions) -> Self
pub async fn get_fees( &self, request: Option<GetFeesRequest>, ) -> Result<GetFeesResponse, DfnsError>
pub async fn read_contract( &self, request: ReadContractRequest, ) -> Result<ReadContractResponse, DfnsError>
Auto Trait Implementations§
impl Freeze for NetworksClient
impl !RefUnwindSafe for NetworksClient
impl Send for NetworksClient
impl Sync for NetworksClient
impl Unpin for NetworksClient
impl !UnwindSafe for NetworksClient
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