atlas-cardano-0.4.0: Application backend for Plutus smart contracts on Cardano
Safe HaskellSafe-Inferred
LanguageGHC2021

GeniusYield.Providers.Blockfrost

Synopsis

Documentation

data Project Source #

Instances

Instances details
IsString Project 
Instance details

Defined in Blockfrost.Auth

Generic Project 
Instance details

Defined in Blockfrost.Auth

Associated Types

type Rep ProjectTypeType Source #

Methods

fromProjectRep Project x Source #

toRep Project x → Project Source #

Show Project 
Instance details

Defined in Blockfrost.Auth

Eq Project 
Instance details

Defined in Blockfrost.Auth

Methods

(==)ProjectProjectBool Source #

(/=)ProjectProjectBool Source #

Monad m ⇒ MonadReader ClientConfig (BlockfrostClientT m) 
Instance details

Defined in Blockfrost.Client.Types

type Rep Project 
Instance details

Defined in Blockfrost.Auth

type Rep Project = D1 ('MetaData "Project" "Blockfrost.Auth" "blockfrost-api-0.8.1.0-802294348551495731dd2340611f1080650e36f1385c1562b8cfb83705929767" 'False) (C1 ('MetaCons "Project" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectEnv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Env) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

blockfrostAwaitTxConfirmedProjectGYAwaitTx #

Awaits for the confirmation of a given GYTxId

networkIdToProject #

Arguments

GYNetworkId

The network identifier.

Text

The Blockfrost project identifier.

Project 

Constructs a Blockfrost client.