BlockfrostProvider

scalus.cardano.node.BlockfrostProvider
See theBlockfrostProvider companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def localYaci(using backend: Backend[Future], ec: ExecutionContext): BlockfrostProvider
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 parseUtxos(json: String): Utxos
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

val LocalUrl: String
val MainnetUrl: String
val PreprodUrl: String
val PreviewUrl: String