Represents the parameters for the "resolve" function.
type ResolveParams = { handleId: AbiParameterToPrimitiveType<{ name: "handleId"; type: "uint256"; }>;};
type handleId = AbiParameterToPrimitiveType<{ name: "handleId"; type: "uint256";}>;