execute_egnkey_subcommand

Function execute_egnkey_subcommand 

Source
pub fn execute_egnkey_subcommand(
    subcommand: EigenKeyCommand,
) -> Result<(), EigenKeyCliError>
Expand description

Executes an egnkey subcommand.

§Arguments

  • subcommand - An egnkey subcommand which can be generate, convert or derive-operator-id.

§Errors

  • If the subcommand execution fails (EigenKeyCliError).