Skip to main content

ContractPrimarySale.setRecipient() method

Set the primary sale recipient

Example

await contract.sales.setRecipient(recipientWalletAddress);

Signature:

setRecipient(recipient: string): Promise<TransactionResult>;

Parameters

ParameterTypeDescription
recipientstringthe wallet address

Returns:

Promise<TransactionResult>