Struct bitcoin_qt::BitcoinAddressEntryValidator
source · pub struct BitcoinAddressEntryValidator { /* private fields */ }
Expand description
| Base58 entry widget validator, checks | for valid characters and removes some | whitespace. |
Implementations§
source§impl BitcoinAddressEntryValidator
impl BitcoinAddressEntryValidator
| Base58 characters are: “123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz” | | This is: | | - All numbers except for ‘0’ | | - All upper-case letters except for | ‘I’ and ‘O’ | | - All lower-case letters except for | ‘l’ |
Auto Trait Implementations§
impl RefUnwindSafe for BitcoinAddressEntryValidator
impl Send for BitcoinAddressEntryValidator
impl Sync for BitcoinAddressEntryValidator
impl Unpin for BitcoinAddressEntryValidator
impl UnwindSafe for BitcoinAddressEntryValidator
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more