getContractIds to take filtering parameters #156
nstanford5
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to retrieve a set of Contract Ids from
runtimeLifecycle.contracts.getContractIds()
-- where it returns all contracts associated with my address. Currently I'm forcing interaction with the contract at position 0, because I know that is the contract I want to work with -- but in a "real-world" use scenario, I would need to know more specifically which contract to select.I would like to request the addition of parameters to
getContractIds()
-- they could mirror those ofGetContractsRequest
from theruntime-rest-client
, I'll list them here..For now we can use the
runtime-rest-client
directly, but it would be nice to have this functionality in theruntimeLifecycle
objectBeta Was this translation helpful? Give feedback.
All reactions