Struct MsgConnectionOpenConfirm
pub struct MsgConnectionOpenConfirm {
pub conn_id_on_b: ConnectionId,
pub proof_conn_end_on_a: MerkleProof,
pub proof_height_on_a: Height,
pub signer: String,
}
Expand description
Per our convention, this message is sent to chain B. The handler will check proofs of chain A.
Fields§
§conn_id_on_b: ConnectionId
ConnectionId that chain B has chosen for it’s ConnectionEnd
proof_conn_end_on_a: MerkleProof
proof of ConnectionEnd stored on Chain A during ConnOpenInit
proof_height_on_a: Height
Height at which proof_conn_end_on_a
in this message was taken
signer: String
Trait Implementations§
§impl Clone for MsgConnectionOpenConfirm
impl Clone for MsgConnectionOpenConfirm
§fn clone(&self) -> MsgConnectionOpenConfirm
fn clone(&self) -> MsgConnectionOpenConfirm
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MsgConnectionOpenConfirm
impl Debug for MsgConnectionOpenConfirm
§impl DomainType for MsgConnectionOpenConfirm
impl DomainType for MsgConnectionOpenConfirm
§impl PartialEq for MsgConnectionOpenConfirm
impl PartialEq for MsgConnectionOpenConfirm
§impl TryFrom<MsgConnectionOpenConfirm> for MsgConnectionOpenConfirm
impl TryFrom<MsgConnectionOpenConfirm> for MsgConnectionOpenConfirm
§type Error = ConnectionError
type Error = ConnectionError
The type returned in the event of a conversion error.
§fn try_from(
msg: MsgConnectionOpenConfirm,
) -> Result<MsgConnectionOpenConfirm, <MsgConnectionOpenConfirm as TryFrom<MsgConnectionOpenConfirm>>::Error>
fn try_from( msg: MsgConnectionOpenConfirm, ) -> Result<MsgConnectionOpenConfirm, <MsgConnectionOpenConfirm as TryFrom<MsgConnectionOpenConfirm>>::Error>
Performs the conversion.
impl StructuralPartialEq for MsgConnectionOpenConfirm
Auto Trait Implementations§
impl Freeze for MsgConnectionOpenConfirm
impl RefUnwindSafe for MsgConnectionOpenConfirm
impl Send for MsgConnectionOpenConfirm
impl Sync for MsgConnectionOpenConfirm
impl Unpin for MsgConnectionOpenConfirm
impl UnwindSafe for MsgConnectionOpenConfirm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request