UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 270 B
import type { Blockchain } from './Blockchain'; export type PayoutWalletsClassV2 = { payoutWallet?: string | null; valuePercent?: number | null; valueFixInLovelace?: number | null; custompropertyCondition?: string | null; blockchain?: Blockchain; };