tangle
tangle copied to clipboard
[TASK] Add pagination to RPC/method to list all the instances of a blueprint
A simple RPC to be added to the service pallet (services_queryInstancesOfBlueprint) which takes a blueprint id, with a page and limit parameters to query all the instances of blueprint.
Example:
services_queryInstancesOfBlueprint(blueprintId: 29, page: 1, limit: 30) and it returns the first 30 instances of blueprint 29.