[][src]Struct sv::messages::FeeFilter

pub struct FeeFilter {
    pub minfee: u64,
}

Specifies the minimum transaction fee this node accepts

Fields

Minimum fee accepted by the node in sats/1000 bytes

Methods

impl FeeFilter
[src]

Size of the fee filter payload in bytes

Trait Implementations

impl Payload<FeeFilter> for FeeFilter
[src]

impl Serializable<FeeFilter> for FeeFilter
[src]

impl Clone for FeeFilter
[src]

Performs copy-assignment from source. Read more

impl Eq for FeeFilter
[src]

impl Default for FeeFilter
[src]

impl PartialEq<FeeFilter> for FeeFilter
[src]

impl Debug for FeeFilter
[src]

impl Hash for FeeFilter
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for FeeFilter

impl Sync for FeeFilter

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self