Table of contents
Methods
constructor
• new SmartLicensesQueryModule(queryClient): SmartLicensesQueryModule
Parameters
Returns
SmartLicensesQueryModule
Methods
getSmartLicenses
▸ getSmartLicenses(params?, smartLicenseId?): Promise<SmartLicensesResponse>
Get a list of smart licenses based on filtering and pagination parameters
Parameters
Returns
Promise<SmartLicensesResponse>
List of smart licenses with pagination info
getSmartLicenseById
▸ getSmartLicenseById(id): Promise<null | SmartLicenseObject>
Get a single smart license by its ID
Parameters
Returns
Promise<null | SmartLicenseObject>
The smart license or null if not found
getSmartLicenseByHash
▸ getSmartLicenseByHash(licenseHash): Promise<null | SmartLicenseObject>
Get a smart license by its hash
Parameters
Returns
Promise<null | SmartLicenseObject>
The smart license or null if not found
