payee

Calls the "payee" function on the contract.

Example

import { payee } from "thirdweb/extensions/split";
const result = await payee({
contract,
index: ...,
});
function payee(
): Promise<string>;

Parameters

The options for the payee function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.