UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 261 B
import type { TransactionReceiversClass } from './TransactionReceiversClass'; export type CreateManagedWalletTransactionClass = { senderaddress?: string | null; walletpassword?: string | null; receivers?: Array<TransactionReceiversClass> | null; };