plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.App

Contents

Synopsis

Documentation

runApp Source #

Arguments

:: forall a b. ( FromJSON a, ToJSON a, HasDefinitions a, Typeable a)
=> StorageBackend
-> Trace IO ( PABLogMsg ( Builtin a))

Top-level tracer

-> BuiltinHandler a
-> Config

Client configuration

-> App a b

Action

-> IO ( Either PABError b)

App actions