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';
