updated types for new ABI

This commit is contained in:
hueso
2024-10-09 20:45:14 -03:00
parent 4b4b5af550
commit 1f003f19bc
3 changed files with 7 additions and 7 deletions

View File

@@ -3,6 +3,6 @@ export type ValidDeposit = {
blockNumber: number;
remaining: number;
seller: string;
pixKey: number;
pixKey: string;
open?: boolean;
};