P2PKHData class

Inheritance
Annotations
  • @Deprecated("The 'P2PKHData' class is deprecated. Use the 'PaymentData' package instead.")

Constructors

P2PKHData({dynamic address, dynamic hash, dynamic output, dynamic pubkey, dynamic input, dynamic signature, dynamic witness})

Properties

address String?
getter/setter pairinherited
hash Uint8List?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
input Uint8List?
getter/setter pairinherited
output Uint8List?
getter/setter pairinherited
pubkey Uint8List?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List?
getter/setter pairinherited
witness List<Uint8List?>?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited