tangle icon indicating copy to clipboard operation
tangle copied to clipboard

[TASK] Add pagination to RPC/method to list all the instances of a blueprint

Open shekohex opened this issue 1 year ago • 0 comments

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.

shekohex avatar Mar 03 '25 14:03 shekohex