primarySaleRecipient

Calls the "primarySaleRecipient" function on the contract.

Example

import { primarySaleRecipient } from "thirdweb/extensions/common";
const result = await primarySaleRecipient({
contract,
});

Parameters

Returns

The parsed result of the function call.