| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Plutus.PAB.Run.Command
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   | 
| ReportContractHistory ContractInstanceId | Get the history of the contract identified by   | 
| ReportAvailableContracts | Get all available contracts  | 
| ReportActiveContracts | Get active contracts  | 
| PABWebserver | Run the PAB webserver  | 
Instances
allServices :: ConfigCommand Source #
A single command to the PAB that spins up all the necessary services.