# Functions
DecryptKeyShare decrypt key shares for given keep using provided operator config.
EthereumSign signs a string using operator's ethereum key.
EthereumVerify verifies if a signature was calculated by a signer with the given ethereum address.
EthlikeSign signs a string using operator's ETH-like key.
EthlikeVerify verifies if a signature was calculated by a signer with the given ETH-like address.
ResolveBitcoinBeneficiaryAddress resolves the next bitcoin address that would be used for liquidation recovery based on the nodes configuration.
SignDigest signs a given digest using key shares from the provided directory.
Start starts a client.
# Variables
ChainCLICommand contains the definition of the ethereum command-line subcommand and its own subcommands.
ChainSigningCommand contains the definition of the `signing ethereum` command-line subcommand and its own subcommands.
ResolveBitcoinBeneficiaryAddressCommand contains the definition of the resolve-bitcoin-address command-line subcommand.
SigningCommand contains the definition of the `signing` command-line subcommand and its own subcommands.
StartCommand contains the definition of the start command-line subcommand.
# Structs
EthlikeSignature is a common ETH-like signature format.