plutus-chain-index-core-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.ChainIndex.Emulator.Server

Documentation

serveChainIndexQueryServer Source #

Arguments

:: Int

Port

-> TVar ChainIndexEmulatorState

Chain index state (TODO: When the disk state is stored in a DB, replace this with DB connection info)

-> IO ()