Home > @3rdweb/sdk > WrongListingTypeError > (constructor)
Constructs a new instance of the WrongListingTypeError
class
Signature:
constructor(marketplaceContractAddress: string, listingId?: string, actualType?: string, expectedType?: string);
Parameter | Type | Description |
---|---|---|
marketplaceContractAddress | string | |
listingId | string | |
actualType | string | |
expectedType | string |