Adjusted bid selection and improve UX.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { NetworkEnum } from "./NetworkEnum";
|
||||
|
||||
export type ValidDeposit = {
|
||||
token: string;
|
||||
blockNumber: number;
|
||||
remaining: number;
|
||||
seller: string;
|
||||
pixKey: string;
|
||||
network: NetworkEnum;
|
||||
open?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user