Blockfrost class

Constructors

Blockfrost({Dio? dio, Serializers? serializers, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializers → Serializers
final

Methods

getCardanoAccountsApi() CardanoAccountsApi
Get CardanoAccountsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoAddressesApi() CardanoAddressesApi
Get CardanoAddressesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoAssetsApi() CardanoAssetsApi
Get CardanoAssetsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoBlocksApi() CardanoBlocksApi
Get CardanoBlocksApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoEpochsApi() CardanoEpochsApi
Get CardanoEpochsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoLedgerApi() CardanoLedgerApi
Get CardanoLedgerApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoMetadataApi() CardanoMetadataApi
Get CardanoMetadataApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoNetworkApi() CardanoNetworkApi
Get CardanoNetworkApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoPoolsApi() CardanoPoolsApi
Get CardanoPoolsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoScriptsApi() CardanoScriptsApi
Get CardanoScriptsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoTransactionsApi() CardanoTransactionsApi
Get CardanoTransactionsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getCardanoUtilitiesApi() CardanoUtilitiesApi
Get CardanoUtilitiesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getHealthApi() HealthApi
Get HealthApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getIPFSAddApi() IPFSAddApi
Get IPFSAddApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getIPFSGatewayApi() IPFSGatewayApi
Get IPFSGatewayApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getIPFSPinsApi() IPFSPinsApi
Get IPFSPinsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getMetricsApi() MetricsApi
Get MetricsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getNutLinkApi() NutLinkApi
Get NutLinkApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

basePath → const String