decrement

fun decrement(amount: Int): BCounter

Decrements the counter by the given amount.

A replica can not decrement by more than its localRights. Throw IllegalArgumentException if localRights are not sufficient.

Return

the delta corresponding to this operation.