UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 213 B
export type ReservedNftsClassV2 = { nftUid?: string | null; tokencount?: number; tokennameHex?: string | null; policyId?: string | null; nftId?: number | null; lovelace?: number | null; };