GetTransactionsInput class
- Annotations
-
- @JsonSerializable()
Constructors
- GetTransactionsInput.new(String address, TransactionId? continuation, num? limit)
-
const
-
GetTransactionsInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Contract address
final
- continuation → TransactionId?
-
Id of the transaction from which to request the next batch
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → num?
-
Optional limit. Values greater than 50 have no effect
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited