PaymentData class

Implementers

Constructors

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

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
name String?
getter/setter pair
output Uint8List?
getter/setter pair
pubkey Uint8List?
getter/setter pair
redeem PaymentData?
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
operator [](String key) → dynamic
operator []=(String key, dynamic value) → void