UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 209 B
export type TokenRegistryMetadata = { name?: string | null; description?: string | null; ticker?: string | null; url?: string | null; logo?: string | null; decimals?: number | null; };