1// This file is @generated by prost-build. 2#[derive(Clone, PartialEq, ::prost::Message)] 3pub struct ProtoU64Antichain { 4 #[prost(uint64, repeated, tag = "1")] 5 pub elements: ::prost::alloc::vec::Vec<u64>, 6}