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