scalus.cardano.node.BlockfrostProvider
See theBlockfrostProvider companion class
object BlockfrostProvider
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BlockfrostProvider.type
Members list
Type members
Classlikes
enum BlockfrostError
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def mainnet(apiKey: String)(using backend: Backend[Future], ec: ExecutionContext): BlockfrostProvider
Create a Blockfrost client for mainnet
Create a Blockfrost client for mainnet
Attributes
def preprod(apiKey: String)(using backend: Backend[Future], ec: ExecutionContext): BlockfrostProvider
Create a Blockfrost client for preprod testnet
Create a Blockfrost client for preprod testnet
Attributes
def preview(apiKey: String)(using backend: Backend[Future], ec: ExecutionContext): BlockfrostProvider
Create a Blockfrost client for preview testnet
Create a Blockfrost client for preview testnet
Attributes
Concrete fields
In this article