Expand description
Provides wizard style CLI for Partner Chains setup and user operations.
Interacts with Smart Contracts using [partner_chains_cardano_offchain
] crate.
Structs§
- Create
Chain Spec Config - Configuration that contains all Partner Chain specific data required to create the chain spec
- Default
CmdRun Context - Default context implementation using standard IO.
- KeyDefinition
- Contains key definition
- Parsed
Permissioned Candidates Keys - Groups together keys of permissioned candidates.
Enums§
- Command
- Partner Chains text “wizards” for setting up a chain.
Constants§
- AURA
- Well known definition of AURA key
- CROSS_
CHAIN - Definition of Partner-chains key
- GRANDPA
- Well known definition of Grandpa key
Traits§
- CmdRun
- Trait representing a runnable command.
- Partner
Chain Runtime - Trait defining Partner Chain governance related types.