static List<int> compactIntToBytes(int value) { return const SubstrateScaleCUintEncoder().encode(value.toString()); }