BipAddress class abstract
- Implementers
Constructors
- BipAddress({String? address, String? hash160, Script? script})
- Represents a Bitcoin address
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAddress(
NetworkInfo networkType, {Uint8List? h160}) → String - returns the address's string encoding
-
toScriptPubKey(
) → List< String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited