ReceiptTransfer class
- Inheritance
-
- Object
- TransactionReceipt
- ReceiptTransfer
Constructors
- ReceiptTransfer({required String from, required String to, required BigInt amount, required String assetId, required BigInt pc, required BigInt isField})
-
const
- ReceiptTransfer.fromFuels(ReceiptTransfer receipt)
-
factory
- ReceiptTransfer.fromFuelsBeta3(ReceiptTransfer 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