POPResult class

Constructors

POPResult(Uint8List uPoPHash, BTCRawTransaction upopTx, List<Uint8List> pops, String originalTxId)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
originalTxId String
final
pops List<Uint8List>
Signatures of uPoPHash for each input used in the to be proven transaction
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uPoPHash Uint8List
final
upopTx BTCRawTransaction
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
verifiyPop(int index, Uint8List publicKey) bool

Operators

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