payee

Calls the "payee" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.