Handle primary sales recipients
Configure primary sale recipients for an entire contract.
const contract = await sdk.getContract("{{contract_address}}"); const salesRecipient = await contract.sales.getRecipient(); await contract.sales.setRecipient(recipientWalletAddress);