UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

12 lines (11 loc) 444 B
import type { SmartcontractDirectsaleReceiverClass } from './SmartcontractDirectsaleReceiverClass'; export type DirectSaleOfferResultsClass = { offerPrice?: number; lockedInAmount?: number; buyerAddress?: string | null; buyerTxDatumHash?: string | null; buyerTxHash?: string | null; buyerTxCreate?: string | null; sellerAddress?: string | null; receivers?: Array<SmartcontractDirectsaleReceiverClass> | null; };