UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

6 lines (5 loc) 127 B
export type MintingTransactionInformation = { address?: string | null; quantity?: number; slot?: number | null; };