Get the addresses of all recipients of a thirdweb Split contract
thirdweb Split contract
import { getAllRecipientsAddresses } from "thirdweb/extensions/split"; const addresses = await getAllRecipientsAddresses({ contract });
function getAllRecipientsAddresses( options: BaseTransactionOptions,): Promise<Array<string>>;
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<Array<string>>;
an array of wallet addresses