Refactored variable names to be concise.

This commit is contained in:
Filipe Soccol
2025-06-27 16:34:29 -03:00
parent cf61f5ecfd
commit 81c8b04c7a
6 changed files with 24 additions and 22 deletions

View File

@@ -1,5 +1,3 @@
import { off } from "process";
export interface Participant {
offer: string;
chainID: number;