List<Map<String, dynamic>> encodeBoxes(List<TokenBox> boxes) { return boxes.map((box) => box.toJson()).toList(); }