BlockforestProvider constructor

BlockforestProvider(
  1. BlockfrostServiceProvider rpc
)

Constructs a new BlockforestProvider instance with the specified rpc service provider.

Implementation

BlockforestProvider(this.rpc);