Calls the "tokenMerkleRoot" function on the contract.
import { tokenMerkleRoot } from "thirdweb/extensions/airdrop"; const result = await tokenMerkleRoot({ contract, tokenAddress: ...,});
function tokenMerkleRoot( options: BaseTransactionOptions<TokenMerkleRootParams>,): Promise<`0x${string}`>;
The options for the tokenMerkleRoot function.
let options: BaseTransactionOptions<TokenMerkleRootParams>;
let returnType: Promise<`0x${string}`>;
The parsed result of the function call.