Struct libmonero::blocks::DaemonNode
source · pub struct DaemonNode {
pub url: String,
pub port: u16,
pub tls: bool,
}
Expand description
DaemonNode struct contains all necessary and additional information about a daemon node
Fields§
§url: String
§port: u16
§tls: bool
Implementations§
source§impl DaemonNode
impl DaemonNode
DaemonNode functions etc.
sourcepub fn cake_wallet_default() -> DaemonNode
pub fn cake_wallet_default() -> DaemonNode
Returns Cake Wallet’s default node
sourcepub fn stack_wallet_default() -> DaemonNode
pub fn stack_wallet_default() -> DaemonNode
Returns Stack Wallet’s default node
Auto Trait Implementations§
impl Freeze for DaemonNode
impl RefUnwindSafe for DaemonNode
impl Send for DaemonNode
impl Sync for DaemonNode
impl Unpin for DaemonNode
impl UnwindSafe for DaemonNode
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