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