UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

11 lines (10 loc) 280 B
export type TokenInformationClass = { policyId?: string | null; assetName?: string | null; assetNameAscii?: string | null; ticker?: string | null; description?: string | null; url?: string | null; decimals?: number | null; logo?: string | null; };