hepCompactionEndFrame function

String hepCompactionEndFrame(
  1. int turnId,
  2. int tokensFreed
)

Builds compaction_end for turnId.

Implementation

String hepCompactionEndFrame(int turnId, int tokensFreed) =>
    jsonEncode({'type': 'compaction_end', 'turn_id': turnId, 'tokens_freed': tokensFreed});