Interface AcceptOfferData

Hierarchy

  • AcceptOfferData

Properties

Properties

acceptOffer: {
    newNFTID: string;
    success: boolean;
}

Type declaration

  • newNFTID: string
  • success: boolean