ReceiptLog class
- Inheritance
-
- Object
- TransactionReceipt
- ReceiptLog
Constructors
- ReceiptLog({required String id, required BigInt val0, required BigInt val1, required BigInt val2, required BigInt val3, required BigInt pc, required BigInt isField})
-
const
- ReceiptLog.fromFuels(ReceiptLog receipt)
-
factory
- ReceiptLog.fromFuelsBeta3(ReceiptLog 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