UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 264 B
import type { MakeTransactionResults } from './MakeTransactionResults'; export type MakeTransactionResultClass = { state?: MakeTransactionResults; errorMessage?: string | null; txHash?: string | null; executed?: string; fee?: number | null; };