ReceiptMessageOut class
- Inheritance
-
- Object
- TransactionReceipt
- ReceiptMessageOut
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
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