pub struct DefaultAddresses {
pub contracts_version: String,
pub token_network_registry: Address,
pub secret_registry: Address,
pub one_to_n: Address,
pub service_registry: Address,
pub user_deposit: Address,
pub monitoring_service: Address,
}Expand description
Contains a list of deployed contract addresses vital for the operation of the node.
Fields§
§contracts_version: String§token_network_registry: Address§secret_registry: Address§one_to_n: Address§service_registry: Address§user_deposit: Address§monitoring_service: AddressTrait Implementations§
Source§impl Clone for DefaultAddresses
impl Clone for DefaultAddresses
Source§fn clone(&self) -> DefaultAddresses
fn clone(&self) -> DefaultAddresses
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for DefaultAddresses
impl RefUnwindSafe for DefaultAddresses
impl Send for DefaultAddresses
impl Sync for DefaultAddresses
impl Unpin for DefaultAddresses
impl UnwindSafe for DefaultAddresses
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