UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 250 B
import type { Tokens } from './Tokens'; export type SmartcontractDirectsaleReceiverClass = { pkh?: string | null; address?: string | null; amountInLovelace?: number; tokens?: Array<Tokens> | null; recevierType?: string | null; };