mergeableRanks property

Map<ByteArray, int> mergeableRanks
final

A dictionary mapping mergeable token bytes to their ranks. The ranks must correspond to merge priority.

Implementation

final Map<ByteArray, int> mergeableRanks;