CardanoEpochsApi class

Constructors

CardanoEpochsApi(Dio _dio, Serializers _serializers)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

epochsLatestGet({CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<EpochContent>>
Latest epoch Return the information about the latest, therefore current, epoch.
epochsLatestParametersGet({CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<EpochParamContent>>
Latest epoch protocol parameters Return the protocol parameters for the latest epoch.
epochsNumberBlocksGet({required int number, int? count = 100, int? page = 1, String? order = 'asc', CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<String>>>
Block distribution Return the blocks minted for the epoch specified.
epochsNumberBlocksPoolIdGet({required int number, required String poolId, int? count = 100, int? page = 1, String? order = 'asc', CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<String>>>
Block distribution by pool Return the block minted for the epoch specified by stake pool.
epochsNumberGet({required int number, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<EpochContent>>
Specific epoch Return the content of the requested epoch.
epochsNumberNextGet({required int number, int? count = 100, int? page = 1, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<EpochContent>>>
Listing of next epochs Return the list of epochs following a specific epoch.
epochsNumberParametersGet({required int number, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<EpochParamContent>>
Protocol parameters Return the protocol parameters for the epoch specified.
epochsNumberPreviousGet({required int number, int? count = 100, int? page = 1, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<EpochContent>>>
Listing of previous epochs Return the list of epochs preceding a specific epoch.
epochsNumberStakesGet({required int number, int? count = 100, int? page = 1, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<EpochStakeContentInner>>>
Stake distribution Return the active stake distribution for the specified epoch.
epochsNumberStakesPoolIdGet({required int number, required String poolId, int? count = 100, int? page = 1, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<EpochStakePoolContentInner>>>
Stake distribution by pool Return the active stake distribution for the epoch specified by stake pool.
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