pub struct DfnsClient {Show 18 fields
pub address_watches: AddressWatchesClient,
pub agreements: AgreementsClient,
pub allocations: AllocationsClient,
pub auth: AuthClient,
pub exchanges: ExchangesClient,
pub fee_sponsors: FeeSponsorsClient,
pub keys: KeysClient,
pub networks: NetworksClient,
pub payins: PayinsClient,
pub payouts: PayoutsClient,
pub permissions: PermissionsClient,
pub policies: PoliciesClient,
pub signers: SignersClient,
pub staking: StakingClient,
pub swaps: SwapsClient,
pub vaults: VaultsClient,
pub wallets: WalletsClient,
pub webhooks: WebhooksClient,
}Expand description
Aggregate entry point exposing every domain client over one transport.
Fields§
§address_watches: AddressWatchesClient§agreements: AgreementsClient§allocations: AllocationsClient§auth: AuthClient§exchanges: ExchangesClient§fee_sponsors: FeeSponsorsClient§keys: KeysClient§networks: NetworksClient§payins: PayinsClient§payouts: PayoutsClient§permissions: PermissionsClient§policies: PoliciesClient§signers: SignersClient§staking: StakingClient§swaps: SwapsClient§vaults: VaultsClient§wallets: WalletsClient§webhooks: WebhooksClientImplementations§
Trait Implementations§
Source§impl Clone for DfnsClient
impl Clone for DfnsClient
Source§fn clone(&self) -> DfnsClient
fn clone(&self) -> DfnsClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for DfnsClient
impl !UnwindSafe for DfnsClient
impl Freeze for DfnsClient
impl Send for DfnsClient
impl Sync for DfnsClient
impl Unpin for DfnsClient
impl UnsafeUnpin for DfnsClient
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