Function oasis_runtime_sdk::modules::consensus_accounts::state::sub_delegation
source ยท pub fn sub_delegation(
from: Address,
to: Address,
shares: u128,
) -> Result<(), Error>
Expand description
Subtract delegation from a given (from, to) pair.