ReceiptMessageOut class

Inheritance

Constructors

ReceiptMessageOut({required String sender, required String recipient, required BigInt amount, required String nonce, required String digest, required Uint8List data})
const
ReceiptMessageOut.fromFuels(ReceiptMessageOut receipt)
factory
ReceiptMessageOut.fromFuelsBeta3(ReceiptMessageOut receipt)
factory

Properties

amount BigInt
final
data Uint8List
final
digest String
final
hashCode int
The hash code for this object.
no setterinherited
nonce String
final
recipient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
final

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