withdrawUnbonded property

  1. @TagNumber(5)
Staking_WithdrawUnbonded get withdrawUnbonded

Implementation

@$pb.TagNumber(5)
Staking_WithdrawUnbonded get withdrawUnbonded => $_getN(4);
  1. @TagNumber(5)
set withdrawUnbonded (Staking_WithdrawUnbonded v)

Implementation

@$pb.TagNumber(5)
set withdrawUnbonded(Staking_WithdrawUnbonded v) {
  setField(5, v);
}