pub trait NetworkValidation: NetworkValidation {
    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.

Implementors§