Optional estimateTaxAndRoyaltyFee
estimateTaxAndRoyaltyFee?: { 
    platformFee: number; 
    royaltyFee: number; 
    taxPercentage: number; 
    taxResponse?: TaxResponse; 
}
Type declaration
- 
platformFee: number
- 
royaltyFee: number
- 
taxPercentage: number
- 
OptionaltaxResponse?: TaxResponse