Refactored variable names to be concise.
This commit is contained in:
@@ -5,7 +5,7 @@ export type ValidDeposit = {
|
||||
blockNumber: number;
|
||||
remaining: number;
|
||||
seller: string;
|
||||
pixKey: string;
|
||||
participantID: string;
|
||||
network: NetworkEnum;
|
||||
open?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user