GeneralWizardsHelperV1
GeneralWizardsHelperV1
TaxTermsAreInvalid
error TaxTermsAreInvalid()
Thrown when provided Tax Terms are invalid.
ListingTermsAreInvalid
error ListingTermsAreInvalid()
Thrown when provided Listing Terms are invalid.
areEmptyTaxTerms
function areEmptyTaxTerms(struct ITaxTermsRegistry.TaxTerms taxTerms) internal pure returns (bool)
areEmptyListingTerms
function areEmptyListingTerms(struct IListingTermsRegistry.ListingTerms listingTerms) internal pure returns (bool)
checkTaxTermsAreValid
function checkTaxTermsAreValid(struct ITaxTermsRegistry.TaxTerms taxTerms) internal pure
checkListingTermsAreValid
function checkListingTermsAreValid(struct IListingTermsRegistry.ListingTerms listingTerms) internal pure