iota_grpc_types/proto/generated/
iota.grpc.v1.signatures.rs1#[non_exhaustive]
8#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
9pub struct UserSignature {
10 #[prost(message, optional, tag = "1")]
15 pub bcs: ::core::option::Option<super::bcs::BcsData>,
16}
17#[non_exhaustive]
19#[derive(Clone, PartialEq, ::prost::Message)]
20pub struct UserSignatures {
21 #[prost(message, repeated, tag = "1")]
22 pub signatures: ::prost::alloc::vec::Vec<UserSignature>,
23}
24#[non_exhaustive]
26#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
27pub struct ValidatorAggregatedSignature {
28 #[prost(message, optional, tag = "1")]
29 pub bcs: ::core::option::Option<super::bcs::BcsData>,
30}