getTransferValidator

Calls the "getTransferValidator" function on the contract.

Example

import { RoyaltyERC1155 } from "thirdweb/modules";
const result = await RoyaltyERC1155.getTransferValidator({
contract,
});
function getTransferValidator(
): Promise<string>;

Parameters

The options for the getTransferValidator function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.