pub fn derive_root_xpub<S>(seed: S) -> Result<ExtendedPubKey, Error>where S: AsRef<str>,
Derives the master public key of a seed at the bip32 root.
seed