UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 265 B
import type { MintAndSendSubstates } from './MintAndSendSubstates'; export type PaymentTransactionsMintAndSendResultClass = { state?: MintAndSendSubstates; transactionId?: string | null; executed?: string | null; receiverAddress?: string | null; };