plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.Run.Command

Synopsis

Documentation

data ConfigCommand Source #

A command for which a config.yaml file is required

Constructors

Migrate
StartNode

Run the mock node service

MockWallet

Run the mock wallet service

ChainIndex

Run the chain index service

ForkCommands [ ConfigCommand ]

Fork a list of commands

ContractState ContractInstanceId

Display the contract identified by ContractInstanceId

ReportContractHistory ContractInstanceId

Get the history of the contract identified by UUID

ReportAvailableContracts

Get all available contracts

ReportActiveContracts

Get active contracts

PABWebserver

Run the PAB webserver

Instances

Instances details
Eq ConfigCommand Source #
Instance details

Defined in Plutus.PAB.Run.Command

Show ConfigCommand Source #
Instance details

Defined in Plutus.PAB.Run.Command

Generic ConfigCommand Source #
Instance details

Defined in Plutus.PAB.Run.Command

ToJSON ConfigCommand Source #
Instance details

Defined in Plutus.PAB.Run.Command

type Rep ConfigCommand Source #
Instance details

Defined in Plutus.PAB.Run.Command

allServices :: ConfigCommand Source #

A single command to the PAB that spins up all the necessary services.