Struct Devnet
pub struct Devnet { /* private fields */ }Implementations§
Trait Implementations§
§impl NetworkProfile for Devnet
impl NetworkProfile for Devnet
§fn display_name(&self) -> &'static str
fn display_name(&self) -> &'static str
Display name of the network.
§fn network_type(&self) -> NetworkType
fn network_type(&self) -> NetworkType
Network enum for this profile.
§fn dns_suffix(&self) -> &'static str
fn dns_suffix(&self) -> &'static str
DNS suffix for nodes on this network.
§fn bartender_id(&self) -> &'static str
fn bartender_id(&self) -> &'static str
Bartender’s lyquid id.
§fn bartender_addr(&self) -> &'static str
fn bartender_addr(&self) -> &'static str
Bartender’s sequencer contract addresss (initial).
§fn init_chain_position(&self) -> ChainPos
fn init_chain_position(&self) -> ChainPos
The first chain position that can possibly contain any events.
Auto Trait Implementations§
impl Freeze for Devnet
impl RefUnwindSafe for Devnet
impl Send for Devnet
impl Sync for Devnet
impl Unpin for Devnet
impl UnwindSafe for Devnet
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