getAllRecipientsAddresses

Get the addresses of all recipients of a thirdweb Split contract

Example

import { getAllRecipientsAddresses } from "thirdweb/extensions/split";
const addresses = await getAllRecipientsAddresses({ contract });
function getAllRecipientsAddresses(
): Promise<Array<string>>;

Parameters

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<Array<string>>;

an array of wallet addresses