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.
Get the primary sale recipient.
const salesRecipient = await contract.sales.getRecipient();
Signature:
getRecipient(): Promise<string>;
Returns:
Promise<string>
the wallet address.