RPCBlockRangeConfig class
RPC Slot range to return block production for. If parameter not provided, defaults to current epoch.
Constructors
- RPCBlockRangeConfig({required int firstSlot, int? lastSlot})
-
const
-
RPCBlockRangeConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- firstSlot → int
-
first slot to return block production information for (inclusive)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastSlot → int?
-
last slot to return block production information for (inclusive). If parameter not provided, defaults to the highest slot
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