Get the split percentage of a recipient
import { getRecipientSplitPercentage } from "thirdweb/extensions/split"; const percentage = await getRecipientSplitPercentage({ recipientAddress: "0x...",});
function getRecipientSplitPercentage( options: BaseTransactionOptions<{ recipientAddress: string }>,): Promise<SplitRecipient>;
The options for the transaction
let options: BaseTransactionOptions<{ recipientAddress: string }>;
let returnType: { address: string; splitPercentage: number };
The split percentage of the recipient