AptosApiDart class

Constructors

AptosApiDart({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

getAccountsApi() AccountsApi
Get AccountsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getBlocksApi() BlocksApi
Get BlocksApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getEventsApi() EventsApi
Get EventsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGeneralApi() GeneralApi
Get GeneralApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getTablesApi() TablesApi
Get TablesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getTransactionsApi() TransactionsApi
Get TransactionsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getViewApi() ViewApi
Get ViewApi 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