nominateCallIndices property

  1. @TagNumber.new(5)
CallIndices get nominateCallIndices

Staking.Nominate call indices

Implementation

@$pb.TagNumber(5)
CallIndices get nominateCallIndices => $_getN(4);
  1. @TagNumber.new(5)
set nominateCallIndices (CallIndices v)

Implementation

@$pb.TagNumber(5)
set nominateCallIndices(CallIndices v) {
  setField(5, v);
}