BipAddress class abstract

Implementers

Constructors

BipAddress({String? address, String? hash160, Script? script})
Represents a Bitcoin address

Properties

getH160 String
returns the address's hash160 hex string representation
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → AddressType
no setterinherited

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