neutron_sdk/proto_types/neutron.contractmanager.v1.rs
1// @generated
2/// Deprecated. Used only for migration purposes.
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct Failure {
5 /// ChannelId
6 #[prost(string, tag = "1")]
7 pub channel_id: ::prost::alloc::string::String,
8 /// Address of the failed contract
9 #[prost(string, tag = "2")]
10 pub address: ::prost::alloc::string::String,
11 /// id of the failure under specific address
12 #[prost(uint64, tag = "3")]
13 pub id: u64,
14 /// ACK id to restore
15 #[prost(uint64, tag = "4")]
16 pub ack_id: u64,
17 /// Acknowledgement type
18 #[prost(string, tag = "5")]
19 pub ack_type: ::prost::alloc::string::String,
20}
21// @@protoc_insertion_point(module)