Crate partner_chains_cli

Source
Expand description

Provides wizard style CLI for Partner Chains setup and user operations. Interacts with Smart Contracts using [partner_chains_cardano_offchain] crate.

Structs§

CreateChainSpecConfig
Configuration that contains all Partner Chain specific data required to create the chain spec
DefaultCmdRunContext
Default context implementation using standard IO.
KeyDefinition
Contains key definition
ParsedPermissionedCandidatesKeys
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.
PartnerChainRuntime
Trait defining Partner Chain governance related types.