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

@@ -5,7 +5,7 @@ export type ValidDeposit = {
blockNumber: number;
remaining: number;
seller: string;
pixKey: string;
participantID: string;
network: NetworkEnum;
open?: boolean;
};