ListFulfilledCommitments

rpc ListFulfilledCommitments

transaction_manager.ListFulfilledCommitmentsRequest

List the commitments fulfilled during a given time period.

requests ListFulfilledCommitmentsRequest

transaction_manager.ListFulfilledCommitmentsRequest

FieldTypeDescription
startstringThe timestamp of the start of the desired time period
end optionalstringThe timestamp of the end of the desired time period
participants repeatedstringOptional list of participants by verifier to filter the commitments to. If empty, then no filter is applied.
pageint32Page number for pagination. First page is '0'.
page_sizeint32Elements per page for pagination.

returns ListFulfilledCommitmentsResponse

transaction_manager.ListFulfilledCommitmentsResponse

FieldTypeDescription
commitments repeatedFulfilledCommitment
""