pub struct DfnsDelegatedClient {Show 18 fields
pub address_watches: DelegatedAddressWatchesClient,
pub agreements: DelegatedAgreementsClient,
pub allocations: DelegatedAllocationsClient,
pub auth: DelegatedAuthClient,
pub exchanges: DelegatedExchangesClient,
pub fee_sponsors: DelegatedFeeSponsorsClient,
pub keys: DelegatedKeysClient,
pub networks: DelegatedNetworksClient,
pub payins: DelegatedPayinsClient,
pub payouts: DelegatedPayoutsClient,
pub permissions: DelegatedPermissionsClient,
pub policies: DelegatedPoliciesClient,
pub signers: DelegatedSignersClient,
pub staking: DelegatedStakingClient,
pub swaps: DelegatedSwapsClient,
pub vaults: DelegatedVaultsClient,
pub wallets: DelegatedWalletsClient,
pub webhooks: DelegatedWebhooksClient,
}Expand description
Same as DfnsClient but signed operations are init/complete pairs, no signer needed.
Fields§
§address_watches: DelegatedAddressWatchesClient§agreements: DelegatedAgreementsClient§allocations: DelegatedAllocationsClient§auth: DelegatedAuthClient§exchanges: DelegatedExchangesClient§fee_sponsors: DelegatedFeeSponsorsClient§keys: DelegatedKeysClient§networks: DelegatedNetworksClient§payins: DelegatedPayinsClient§payouts: DelegatedPayoutsClient§permissions: DelegatedPermissionsClient§policies: DelegatedPoliciesClient§signers: DelegatedSignersClient§staking: DelegatedStakingClient§swaps: DelegatedSwapsClient§vaults: DelegatedVaultsClient§wallets: DelegatedWalletsClient§webhooks: DelegatedWebhooksClientImplementations§
Trait Implementations§
Source§impl Clone for DfnsDelegatedClient
impl Clone for DfnsDelegatedClient
Source§fn clone(&self) -> DfnsDelegatedClient
fn clone(&self) -> DfnsDelegatedClient
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 DfnsDelegatedClient
impl !UnwindSafe for DfnsDelegatedClient
impl Freeze for DfnsDelegatedClient
impl Send for DfnsDelegatedClient
impl Sync for DfnsDelegatedClient
impl Unpin for DfnsDelegatedClient
impl UnsafeUnpin for DfnsDelegatedClient
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