pub struct BaseEndpointsParams {
pub blockchain_endpoint: Option<String>,
pub prices_endpoint: Option<String>,
pub lightning_endpoint: Option<String>,
}
Expand description
Holds the values for blockchain, prices and
lightning endpoints when creating a new instance
of Murray
.
Fields§
§blockchain_endpoint: Option<String>
§prices_endpoint: Option<String>
§lightning_endpoint: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseEndpointsParams
impl RefUnwindSafe for BaseEndpointsParams
impl Send for BaseEndpointsParams
impl Sync for BaseEndpointsParams
impl Unpin for BaseEndpointsParams
impl UnwindSafe for BaseEndpointsParams
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