protocol property

  1. @TagNumber(5)
Protocol get protocol

Protocol to be used for liquid staking

Implementation

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

Implementation

@$pb.TagNumber(5)
set protocol(Protocol v) {
  setField(5, v);
}