ConvertToSharesParams

Represents the parameters for the "convertToShares" function.

type ConvertToSharesParams = {
assets: AbiParameterToPrimitiveType<{
internalType: "uint256";
name: "assets";
type: "uint256";
}>;
};