#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct IbcRelay {
#[prost(message, optional, tag = "1")]
pub raw_action: ::core::option::Option<::pbjson_types::Any>,
}
impl ::prost::Name for IbcRelay {
const NAME: &'static str = "IbcRelay";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct FungibleTokenPacketData {
#[prost(string, tag = "1")]
pub denom: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub amount: ::prost::alloc::string::String,
#[prost(string, tag = "3")]
pub sender: ::prost::alloc::string::String,
#[prost(string, tag = "4")]
pub receiver: ::prost::alloc::string::String,
#[prost(string, tag = "5")]
pub memo: ::prost::alloc::string::String,
}
impl ::prost::Name for FungibleTokenPacketData {
const NAME: &'static str = "FungibleTokenPacketData";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Ics20Withdrawal {
#[prost(message, optional, tag = "1")]
pub amount: ::core::option::Option<super::super::super::num::v1::Amount>,
#[prost(message, optional, tag = "2")]
pub denom: ::core::option::Option<super::super::super::asset::v1::Denom>,
#[prost(string, tag = "3")]
pub destination_chain_address: ::prost::alloc::string::String,
#[prost(message, optional, tag = "4")]
pub return_address: ::core::option::Option<super::super::super::keys::v1::Address>,
#[prost(message, optional, tag = "5")]
pub timeout_height: ::core::option::Option<
::ibc_proto::ibc::core::client::v1::Height,
>,
#[prost(uint64, tag = "6")]
pub timeout_time: u64,
#[prost(string, tag = "7")]
pub source_channel: ::prost::alloc::string::String,
#[prost(bool, tag = "8")]
pub use_compat_address: bool,
}
impl ::prost::Name for Ics20Withdrawal {
const NAME: &'static str = "Ics20Withdrawal";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClientData {
#[prost(string, tag = "1")]
pub client_id: ::prost::alloc::string::String,
#[prost(message, optional, tag = "2")]
pub client_state: ::core::option::Option<::pbjson_types::Any>,
#[prost(string, tag = "3")]
pub processed_time: ::prost::alloc::string::String,
#[prost(uint64, tag = "4")]
pub processed_height: u64,
}
impl ::prost::Name for ClientData {
const NAME: &'static str = "ClientData";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClientCounter {
#[prost(uint64, tag = "1")]
pub counter: u64,
}
impl ::prost::Name for ClientCounter {
const NAME: &'static str = "ClientCounter";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ConsensusState {
#[prost(message, optional, tag = "1")]
pub consensus_state: ::core::option::Option<::pbjson_types::Any>,
}
impl ::prost::Name for ConsensusState {
const NAME: &'static str = "ConsensusState";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct VerifiedHeights {
#[prost(message, repeated, tag = "1")]
pub heights: ::prost::alloc::vec::Vec<::ibc_proto::ibc::core::client::v1::Height>,
}
impl ::prost::Name for VerifiedHeights {
const NAME: &'static str = "VerifiedHeights";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ConnectionCounter {
#[prost(uint64, tag = "1")]
pub counter: u64,
}
impl ::prost::Name for ConnectionCounter {
const NAME: &'static str = "ConnectionCounter";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClientConnections {
#[prost(string, repeated, tag = "1")]
pub connections: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
impl ::prost::Name for ClientConnections {
const NAME: &'static str = "ClientConnections";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct IbcParameters {
#[prost(bool, tag = "1")]
pub ibc_enabled: bool,
#[prost(bool, tag = "2")]
pub inbound_ics20_transfers_enabled: bool,
#[prost(bool, tag = "3")]
pub outbound_ics20_transfers_enabled: bool,
}
impl ::prost::Name for IbcParameters {
const NAME: &'static str = "IbcParameters";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GenesisContent {
#[prost(message, optional, tag = "1")]
pub ibc_params: ::core::option::Option<IbcParameters>,
}
impl ::prost::Name for GenesisContent {
const NAME: &'static str = "GenesisContent";
const PACKAGE: &'static str = "penumbra.core.component.ibc.v1";
fn full_name() -> ::prost::alloc::string::String {
::prost::alloc::format!("penumbra.core.component.ibc.v1.{}", Self::NAME)
}
}