From 6c38009a1008549da57aef1193061d54c137690c Mon Sep 17 00:00:00 2001 From: Enrico Marconi Date: Mon, 18 Mar 2024 15:06:55 +0100 Subject: [PATCH] update readme --- bindings/grpc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/grpc/README.md b/bindings/grpc/README.md index 955a7bce91..e76755c6bd 100644 --- a/bindings/grpc/README.md +++ b/bindings/grpc/README.md @@ -22,4 +22,6 @@ Make sure to provide a valid stronghold snapshot at the provided `SNAPSHOT_PATH` | Credential JWT creation | `credentials/Jwt.create` | [credentials.proto](https://github.com/iotaledger/identity.rs/blob/grpc-bindings/bindings/grpc/proto/credentials.proto) | | Credential JWT validation | `credentials/VcValidation.validate` | [credentials.proto](https://github.com/iotaledger/identity.rs/blob/grpc-bindings/bindings/grpc/proto/credentials.proto) | | DID Document Creation | `document/DocumentService.create` | [document.proto](https://github.com/iotaledger/identity.rs/blob/grpc-bindings/bindings/grpc/proto/document.proto) | +| `StatusList2021Credential` creation | `status_list_2021/StatusList2021Svc.create` | [status_list_2021.proto](https://github.com/iotaledger/identity.rs/blob/grpc-bindings/bindings/grpc/proto/status_list_2021.proto) | +| `StatusList2021Credential` update | `status_list_2021/StatusList2021Svc.update` | [status_list_2021.proto](https://github.com/iotaledger/identity.rs/blob/grpc-bindings/bindings/grpc/proto/status_list_2021.proto) |