static List<int> encodeLength(String length) { return const SubstrateScaleCUintEncoder().encode(length.toString()); }