P2shAddress class
- Inheritance
-
- Object
- BipAddress
- P2shAddress
Constructors
- P2shAddress({String? address, String? hash160, Script? script})
- Encapsulates a P2SH address.
- P2shAddress.fromSegwitScript({Script? script, AddressType type = AddressType.p2sh})
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
inherited
-
toScriptPubKey(
) → List< String> - Returns the scriptPubKey (P2SH) that corresponds to this address
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited