coin property

Coin coin
final

the amount of tokens the user is trying to delegate. For ex: delegate 10osmo with validator-set {ValA -> 0.5, ValB -> 0.3, ValC -> 0.2} our staking logic would attempt to delegate 5osmo to A , 3osmo to B, 2osmo to C.

Implementation

final Coin coin;