nominateCallIndices property

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

Staking.Nominate call indices

Implementation

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

Implementation

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