Loading proto/dlt.proto→proto/dlt_gateway.proto +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package dlt; import "context.proto"; service DltService { service DltGatewayService { rpc RecordToDlt (DltRecord ) returns ( DltRecordStatus ) {} rpc GetFromDlt (DltRecordId ) returns ( DltRecord ) {} rpc SubscribeToDlt(DltRecordSubscription ) returns (stream DltRecordEvent ) {} Loading Loading
proto/dlt.proto→proto/dlt_gateway.proto +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ package dlt; import "context.proto"; service DltService { service DltGatewayService { rpc RecordToDlt (DltRecord ) returns ( DltRecordStatus ) {} rpc GetFromDlt (DltRecordId ) returns ( DltRecord ) {} rpc SubscribeToDlt(DltRecordSubscription ) returns (stream DltRecordEvent ) {} Loading