Skip to main content

ContractPrimarySale.getRecipient() method

Get the primary sale recipient.

Example

const salesRecipient = await contract.sales.getRecipient();

Signature:

getRecipient(): Promise<string>;

Returns:

Promise<string>

the wallet address.