Skip to content

Commit

Permalink
Update interfaces.ts (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Ser Rat <79304455+SerRat44@users.noreply.github.com>
  • Loading branch information
SerRat44 authored Jul 10, 2023
1 parent 3de81d4 commit 30499e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ export interface IOrdAPIPostPSBTBuying {
signedBuyingPSBTBase64: string;
}

export interface IOrdAPIPostPSBTBuying {
price: number;
tokenId: string;
buyerAddress: string;
buyerTokenReceiveAddress: string;
signedBuyingPSBTBase64: string;
}

export interface IOrdAPIPostPSBTListing {
price: number;
tokenId: string;
Expand Down

0 comments on commit 30499e1

Please sign in to comment.