Function identity_public_key
pub fn identity_public_key(
seed: &[u8],
network: Network,
account_no: Option<u32>,
) -> Result<PublicKey, DefaultSignerError>Expand description
The wallet identity public key (base/0'). Lets storage be scoped per wallet
before any signer is built.