Transaction class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Transaction()
-
Transaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
actions
↔ List<
Action> ? -
getter/setter pair
-
contextFreeActions
↔ List<
Object> ? -
getter/setter pair
-
contextFreeData
↔ List<
Object> ? -
getter/setter pair
- delaySec ↔ int?
-
getter/setter pair
- expiration ↔ DateTime?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxCpuUsageMs ↔ int?
-
getter/setter pair
- maxNetUsageWords ↔ int?
-
getter/setter pair
- refBlockNum ↔ int?
-
getter/setter pair
- refBlockPrefix ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signatures
↔ List<
String> ? -
getter/setter pair
-
transactionExtensions
↔ List<
Object> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBinary(
Type transactionType) → Uint8List -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited