UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 221 B
export type Tokens = { countToken?: number; policyId?: string | null; assetNameInHex?: string | null; multiplier?: number; totalCount?: number; assetName?: string | null; decimals?: number; };