BlockforestProvider class
Facilitates communication with the blockfrost by making requests using a provided BlockforestProvider.
Constructors
- BlockforestProvider(BlockfrostServiceProvider rpc)
-
Constructs a new BlockforestProvider 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<
T, E> (BlockforestRequestParam< T, E> request, [Duration? timeout]) → Future<T> -
Sends a request to the blockfrost network using the specified
request
parameter. -
requestDynamic(
BlockforestRequestParam request, [Duration? timeout]) → Future -
Sends a request to the blockfrost network using the specified
request
parameter. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited