UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 227 B
export type GetTransactionNftsClass = { assetName?: string | null; fingerprint?: string | null; tokenCount?: number; multiplier?: number; txHashSolanaTransaction?: string | null; confirmed?: boolean; };