Calls the "payee" function on the contract.
import { payee } from "thirdweb/extensions/split"; const result = await payee({ contract, index: ...,});
function payee( options: BaseTransactionOptions<PayeeParams>,): Promise<string>;
The options for the payee function.
let options: BaseTransactionOptions<PayeeParams>;
let returnType: Promise<string>;
The parsed result of the function call.