Calls the "getTransferValidator" function on the contract.
import { RoyaltyERC1155 } from "thirdweb/modules"; const result = await RoyaltyERC1155.getTransferValidator({ contract,});
function getTransferValidator( options: BaseTransactionOptions,): Promise<string>;
The options for the getTransferValidator function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.