UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

8 lines (7 loc) 162 B
export interface ConfirmOnChainBidResponse { confirmOnchainBid?: { amount?: number; tax: number; isCurrent?: boolean; }; }