streamParams property

  1. @TagNumber(13)
StreamParams get streamParams

Optional streaming parameters. Use Streaming Swaps and Swap Optimisation strategy if set. https://docs.thorchain.org/thorchain-finance/continuous-liquidity-pools#streaming-swaps-and-swap-optimisation

Implementation

@$pb.TagNumber(13)
StreamParams get streamParams => $_getN(12);
  1. @TagNumber(13)
set streamParams (StreamParams v)

Implementation

@$pb.TagNumber(13)
set streamParams(StreamParams v) {
  setField(13, v);
}