streamParams property
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);
Implementation
@$pb.TagNumber(13)
set streamParams(StreamParams v) {
setField(13, v);
}