pub fn get_identity_address(
    input: Option<KeyIdentity>,
    ctx: &mut WalletContext
) -> Result<SuiAddress, Error>
Expand description

Get the SuiAddress corresponding to this key identity. If no string is provided, then the curernt active address is returned.