BalanceOfParams

Represents the parameters for the "balanceOf" function.

type BalanceOfParams = {
owner: AbiParameterToPrimitiveType<{
name: "_owner";
type: "address";
}>;
tokenId: AbiParameterToPrimitiveType<{
name: "tokenId";
type: "uint256";
}>;
};