CardanoAssetsApi class

Constructors

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

assetsAssetAddressesGet({required String asset, 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<AssetAddressesInner>>>
Asset addresses List of a addresses containing a specific asset
assetsAssetGet({required String asset, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Asset>>
Specific asset Information about a specific asset
assetsAssetHistoryGet({required String asset, 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<AssetHistoryInner>>>
Asset history History of a specific asset
assetsAssetTransactionsGet({required String asset, 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<AssetTransactionsInner>>>
Asset transactions List of a specific asset transactions
assetsAssetTxsGet({required String asset, 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>>>
Asset transactions List of a specific asset transactions
assetsGet({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<AssetsInner>>>
Assets List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).
assetsPolicyPolicyIdGet({required String policyId, 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<AssetPolicyInner>>>
Assets of a specific policy List of asset minted under a specific policy
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