Fixing tags at listing component
This commit is contained in:
10
src/model/WalletTransaction.ts
Normal file
10
src/model/WalletTransaction.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type WalletTransaction = {
|
||||
token: string;
|
||||
blockNumber: number;
|
||||
amount: number;
|
||||
seller: string;
|
||||
buyer: string;
|
||||
event: string;
|
||||
lockStatus: number;
|
||||
transactionHash: string;
|
||||
};
|
||||
Reference in New Issue
Block a user