AptosProvider class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
request<RESULT, SERVICERESPONSE>(BaseServiceRequest<RESULT, SERVICERESPONSE, AptosRequestDetails> request, {Duration? timeout})
→ Future<RESULT>
-
Sends a request to the cardano network (BlockFrost) using the specified
request
parameter.
override
-
requestDynamic<RESULT, SERVICERESPONSE>(BaseServiceRequest<RESULT, SERVICERESPONSE, AptosRequestDetails> request, {Duration? timeout})
→ Future<SERVICERESPONSE>
-
Sends a request to the cardano network (BlockFrost) using the specified
request
parameter.
override
-
toString()
→ String
-
A string representation of this object.
inherited