bdk_chain::bitcoin::address

Trait NetworkValidation

pub trait NetworkValidation:
    Sized
    + NetworkValidation
    + Sync
    + Send
    + Unpin {
    const IS_CHECKED: bool;
}
Expand description

Marker of status of address’s network validation. See section Parsing addresses on Address for details.

Required Associated Constants§

const IS_CHECKED: bool

Indicates whether this NetworkValidation is NetworkChecked or not.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§