UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 260 B
export type DirectSaleParameterClass = { priceInLovelace?: number; txHashForAlreadyLockedinAssets?: string | null; smartContractName?: string | null; overrideMarkteplaceFeeAddress?: string | null; overrideMarketplaceFee?: number | null; };