UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 195 B
export type TxInTokensClass = { policyId?: string | null; tokenname?: string | null; tokennameHex?: string | null; quantity?: number; readonly fingerprint?: string | null; };