UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

12 lines (11 loc) 285 B
export interface OnChainBidResponse { verifyOnchainBid?: { orgID: string; networkID: string; amount: number; tax: number; onChainAuctionContractAddress: string; commissionFee: number; platformFee: number; }; }