UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

13 lines (12 loc) 322 B
export type GetRefundsClass = { created?: string; state?: string | null; nftprojectId?: number; senderaddress?: string | null; receiveraddress?: string | null; refundreason?: string | null; txhash?: string | null; outgoingtxhash?: string | null; lovelace?: number; fee?: number; };