BlockFrostProvider class
Facilitates communication with the blockfrost by making requests using a provided BlockFrostProvider.
Constructors
- BlockFrostProvider.new(BlockFrostServiceProvider rpc)
-
Constructs a new BlockFrostProvider instance with the specified
rpc
service provider.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rpc → BlockFrostServiceProvider
-
The underlying blockfrost service provider used for network communication.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request<
RESULT, SERVICERESPONSE> (BaseServiceRequest< RESULT, SERVICERESPONSE, BlockFrostRequestDetails> 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, BlockFrostRequestDetails> 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited