[][src]Function caelum_id::controllers::keys::remove_key

pub fn remove_key(
    _key: Key,
    _gas_price: &U256,
    from: &Address,
    contract: &Contract<Http>
) -> Option<H256>

@dev Removes key from the identity. @param from Address from @gas_price U256 Ammount og ethers to pay gor each Gwei @param key key that want to delete.