rpc ListFulfilledCommitments
ListFulfilledCommitments
transaction_manager.ListFulfilledCommitmentsRequest
transaction_manager.ListFulfilledCommitmentsRequest
List the commitments fulfilled during a given time period.
requests ListFulfilledCommitmentsRequest
ListFulfilledCommitmentsRequest
transaction_manager.ListFulfilledCommitmentsRequest
transaction_manager.ListFulfilledCommitmentsRequest
Field | Type | Description |
---|---|---|
start | string | The timestamp of the start of the desired time period |
end optional | string | The timestamp of the end of the desired time period |
participants repeated | string | Optional list of participants by verifier to filter the commitments to. If empty, then no filter is applied. |
page | int32 | Page number for pagination. First page is '0'. |
page_size | int32 | Elements per page for pagination. |
returns ListFulfilledCommitmentsResponse
ListFulfilledCommitmentsResponse
transaction_manager.ListFulfilledCommitmentsResponse
transaction_manager.ListFulfilledCommitmentsResponse
Field | Type | Description |
---|---|---|
commitments repeated | FulfilledCommitment |
""