Trait bitcoin::address::NetworkValidation
source · pub trait NetworkValidation: NetworkValidation + Sync + Send + Sized + 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§
sourceconst IS_CHECKED: bool
const IS_CHECKED: bool
Indicates whether this NetworkValidation
is NetworkChecked
or not.