Trait bdk_chain::bitcoin::address::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.

Object Safety§

This trait is not object safe.

Implementors§