pub struct PolyesterChainEnvironment {
pub name: &'static str,
pub api_url: &'static str,
pub websocket_url: &'static str,
pub rpc_url: &'static str,
pub chain_id: u64,
pub account_abstraction: AccountAbstractionEnvironment,
pub contracts: ContractsEnvironment,
}Expand description
On-chain / AA settings for Funding UserOps (not API-key Connect).
Fields§
§name: &'static str§api_url: &'static str§websocket_url: &'static str§rpc_url: &'static str§chain_id: u64§account_abstraction: AccountAbstractionEnvironment§contracts: ContractsEnvironmentTrait Implementations§
Source§impl Clone for PolyesterChainEnvironment
impl Clone for PolyesterChainEnvironment
Source§fn clone(&self) -> PolyesterChainEnvironment
fn clone(&self) -> PolyesterChainEnvironment
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 moreSource§impl Debug for PolyesterChainEnvironment
impl Debug for PolyesterChainEnvironment
impl Eq for PolyesterChainEnvironment
impl StructuralPartialEq for PolyesterChainEnvironment
Auto Trait Implementations§
impl Freeze for PolyesterChainEnvironment
impl RefUnwindSafe for PolyesterChainEnvironment
impl Send for PolyesterChainEnvironment
impl Sync for PolyesterChainEnvironment
impl Unpin for PolyesterChainEnvironment
impl UnsafeUnpin for PolyesterChainEnvironment
impl UnwindSafe for PolyesterChainEnvironment
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.