ContractPrimarySale

Handle primary sales recipients

Configure primary sale recipients for an entire contract.

Example

const contract = await sdk.getContract("{{contract_address}}");
const salesRecipient = await contract.sales.getRecipient();
await contract.sales.setRecipient(recipientWalletAddress);

Methods

Properties