Skip to content

Commit

Permalink
duplicate asset transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
cdt-eth committed May 28, 2024
1 parent 55a2ce4 commit 14495ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/types/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,6 @@ type TransferDetails = {
tokenId?: string;
};

type AssetTransfer = {
from: string;
to: string;
value: string;
type: string;
contract: string;
tokenId?: string;
};

type HandleAvatar = {
handle: string | null;
avatar: string | null;
Expand Down

0 comments on commit 14495ae

Please sign in to comment.