pub struct IBt0ConfMinTxFeeWindow {
pub sat_per_vbyte: f64,
pub validity_ends_at: String,
}
Fields§
§sat_per_vbyte: f64
Minimum fee rate that is required for Blocktank to accept the onchain payment to be 0conf.
validity_ends_at: String
How long this fee rate is valid for.
Trait Implementations§
Source§impl Clone for IBt0ConfMinTxFeeWindow
impl Clone for IBt0ConfMinTxFeeWindow
Source§fn clone(&self) -> IBt0ConfMinTxFeeWindow
fn clone(&self) -> IBt0ConfMinTxFeeWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IBt0ConfMinTxFeeWindow
impl Debug for IBt0ConfMinTxFeeWindow
Source§impl<'de> Deserialize<'de> for IBt0ConfMinTxFeeWindow
impl<'de> Deserialize<'de> for IBt0ConfMinTxFeeWindow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IBt0ConfMinTxFeeWindow
impl RefUnwindSafe for IBt0ConfMinTxFeeWindow
impl Send for IBt0ConfMinTxFeeWindow
impl Sync for IBt0ConfMinTxFeeWindow
impl Unpin for IBt0ConfMinTxFeeWindow
impl UnwindSafe for IBt0ConfMinTxFeeWindow
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