sui_bridge::utils

Function examine_key

Source
pub fn examine_key(path: &PathBuf, is_validator_key: bool) -> Result<(), Error>
Expand description

Read bridge key from a file and print the corresponding information. If is_validator_key is true, the key must be a Secp256k1 key.