UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

2 lines (1 loc) 526 B
export type PaymentTransactionTypes = 'paymentgateway_nft_specific' | 'paymentgateway_nft_random' | 'smartcontract_directsale' | 'smartcontract_auction' | 'legacy_auction' | 'legacy_directsale' | 'decentral_mintandsend_specific' | 'decentral_mintandsend_random' | 'decentral_mintandsale_specific' | 'decentral_mintandsale_random' | 'paymentgateway_mintandsend_specific' | 'paymentgateway_mintandsend_random' | 'nmkr_pay_random' | 'nmkr_pay_specific' | 'smartcontract_directsale_offer' | 'paymentgateway_buyout_smartcontract';