PaymentData class

Implementers

Constructors

PaymentData({String? address, Uint8List? hash, Uint8List? output, Uint8List? pubkey, Uint8List? input, Uint8List? signature, List<Uint8List?>? witness})

Properties

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

Methods

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

Operators

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