PayeeParams

Represents the parameters for the "payee" function.

type PayeeParams = {
index: AbiParameterToPrimitiveType<{
name: "index";
type: "uint256";
}>;
};