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