File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
applications/minotari_app_grpc/proto Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ service Wallet {
316316 // Streams completed transactions for a given user payment ID.
317317 //
318318 // The `GetCompletedTransactions` call retrieves all completed wallet transactions,
319- // optionally filtered by a specific `payment_id`. The response is streamed back to the client
319+ // optionally filtered by a specific `payment_id` and/or block hash . The response is streamed back to the client
320320 // one transaction at a time, with each transaction including details such as status, direction,
321321 // amount, fees, and associated metadata.
322322 //
@@ -333,6 +333,14 @@ service Wallet {
333333 // - Exactly **one format must be set**. Providing more than one or none results in an error.
334334 // - If no `payment_id` is provided, all completed transactions will be returned.
335335 //
336+ // - `block_hash` (optional):
337+ // - **Type**: `string`
338+ // - **Description**: A specific block hash to filter transactions by.
339+ // - **Accepted Formats**
340+ // - Hexadecimal string representing the block hash.
341+ // - **Restrictions**:
342+ // - If provided, the transactions will be filtered to only those included in the specified block.
343+ //
336344 // ### Example JavaScript gRPC client usage:
337345 //
338346 // ```javascript
You can’t perform that action at this time.
0 commit comments