ActionWithReceipt class
- Annotations
-
- @JsonSerializable()
Constructors
- ActionWithReceipt()
-
ActionWithReceipt.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accountRamDeltas
↔ List<
Object> ? -
getter/setter pair
- action ↔ Action?
-
getter/setter pair
- blockNum ↔ int?
-
getter/setter pair
- blockTime ↔ DateTime?
-
getter/setter pair
- console ↔ String?
-
getter/setter pair
- contextFree ↔ bool?
-
getter/setter pair
- elapsed ↔ int?
-
getter/setter pair
- except ↔ Object?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inlineTraces
↔ List<
ActionWithReceipt> ? -
getter/setter pair
- producerBlockId ↔ String?
-
getter/setter pair
- receipt ↔ ActionReceipt?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trxId ↔ String?
-
getter/setter pair
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited