transitionsWithoutRecordInputs
Description
Returns details of transitions that do not have record inputs within a range of heights from Aleo blockchain.
Method Parameters
params-Object:start-number: Start height of desired range (incuded).end-number: End height of desired range (excuded).page(optional) -number: Page number to get.transitionsPerRequest(optional) -number: Maximum amount of transitions returned by the request.
Returns
result-Array<Object>: An array of transition objects without record inputs.Transition object:
transition_id-string: The unique identifier of the transition.transaction_id-string: The unique identifier of the transaction containing the transition.program-string: The program code associated with the transition.function_name-string: The name of the function executed in the transition.height-string: The block height where the transition occurred.tpk-string: The transition public key.tcm-string: The transition commitment.timestamp-string: The timestamp of the transition.
Example
Request
Response
Last updated