BalanceOfParams

Represents the parameters for the "balanceOf" function.

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