CardanoAccountsApi class

Constructors

CardanoAccountsApi(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

accountsStakeAddressAddressesAssetsGet({required String stakeAddress, 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<AccountAddressesAssetsInner>>>
Assets associated with the account addresses Obtain information about assets associated with addresses of a specific account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
accountsStakeAddressAddressesGet({required String stakeAddress, 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<AccountAddressesContentInner>>>
Account associated addresses Obtain information about the addresses of a specific account.
accountsStakeAddressAddressesTotalGet({required String stakeAddress, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<AccountAddressesTotal>>
Detailed information about account associated addresses Obtain summed details about all addresses associated with a given account. <b>Be careful</b>, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
accountsStakeAddressDelegationsGet({required String stakeAddress, 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<AccountDelegationContentInner>>>
Account delegation history Obtain information about the delegation of a specific account.
accountsStakeAddressGet({required String stakeAddress, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<AccountContent>>
Specific account address Obtain information about a specific stake account.
accountsStakeAddressHistoryGet({required String stakeAddress, 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<AccountHistoryContentInner>>>
Account history Obtain information about the history of a specific account.
accountsStakeAddressMirsGet({required String stakeAddress, 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<AccountMirContentInner>>>
Account MIR history Obtain information about the MIRs of a specific account.
accountsStakeAddressRegistrationsGet({required String stakeAddress, 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<AccountRegistrationContentInner>>>
Account registration history Obtain information about the registrations and deregistrations of a specific account.
accountsStakeAddressRewardsGet({required String stakeAddress, 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<AccountRewardContentInner>>>
Account reward history Obtain information about the reward history of a specific account.
accountsStakeAddressWithdrawalsGet({required String stakeAddress, 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<AccountWithdrawalContentInner>>>
Account withdrawal history Obtain information about the withdrawals of a specific account.
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