UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

9 lines (8 loc) 226 B
export interface CreateMarketplaceAuctionBidResponse { createMarketplaceAuctionBid?: { id: string; marketplaceAuctionLotId: string; transactionHash: string; amount: number; }; }