Skip to content

Commit

Permalink
proto
Browse files Browse the repository at this point in the history
  • Loading branch information
eichhorl committed Jan 31, 2025
1 parent e70a226 commit eec14c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions rs/protobuf/def/types/v1/dkg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ message Summary {
repeated NiDkgTranscript next_transcripts = 12;
}

message TaggedNiDkgTranscript {
NiDkgTranscript transcript = 1;
NiDkgTag tag = 2;
optional MasterPublicKeyId key_id = 3;
}

message CallbackIdedNiDkgTranscript {
NiDkgId dkg_id = 1;
NiDkgTranscriptResult transcript_result = 2;
Expand Down
9 changes: 0 additions & 9 deletions rs/protobuf/src/gen/types/types.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ pub struct Summary {
pub next_transcripts: ::prost::alloc::vec::Vec<NiDkgTranscript>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TaggedNiDkgTranscript {
#[prost(message, optional, tag = "1")]
pub transcript: ::core::option::Option<NiDkgTranscript>,
#[prost(enumeration = "NiDkgTag", tag = "2")]
pub tag: i32,
#[prost(message, optional, tag = "3")]
pub key_id: ::core::option::Option<MasterPublicKeyId>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CallbackIdedNiDkgTranscript {
#[prost(message, optional, tag = "1")]
pub dkg_id: ::core::option::Option<NiDkgId>,
Expand Down

0 comments on commit eec14c0

Please sign in to comment.