@gala-chain/chaincode ∙ API
API > getObjectsByKeys
Function: getObjectsByKeys()
getObjectsByKeys\<
T
>(ctx
,constructor
,objectIds
):Promise
\<T
[]>
Type parameters
▪ T extends ChainObject
Parameters
▪ ctx: GalaChainContext
▪ constructor: ClassConstructor
\<Inferred
\<T
, ChainObject
>>
▪ objectIds: string
[]
Returns
Description
Gets objects by keys and returns them in the same order as in projectIds
parameter.
If getting at least one object fails, throws an exception.