Map<String, dynamic> toJson() { return { 'epoch': epoch, 'storage_charge': storageCharge, 'computation_charge': computationCharge, }; }