update refs (#2041)

This commit is contained in:
Svyatoslav Nikolsky
2023-04-13 15:55:02 +03:00
committed by Bastian Köcher
parent b8f4086095
commit bd583d6334
5 changed files with 34 additions and 17 deletions
+2 -2
View File
@@ -245,7 +245,7 @@ impl<RelayerId> InboundLaneData<RelayerId> {
}
/// Outbound message details, returned by runtime APIs.
#[derive(Clone, Encode, Decode, RuntimeDebug, PartialEq, Eq)]
#[derive(Clone, Encode, Decode, RuntimeDebug, PartialEq, Eq, TypeInfo)]
pub struct OutboundMessageDetails {
/// Nonce assigned to the message.
pub nonce: MessageNonce,
@@ -259,7 +259,7 @@ pub struct OutboundMessageDetails {
}
/// Inbound message details, returned by runtime APIs.
#[derive(Clone, Encode, Decode, RuntimeDebug, PartialEq, Eq)]
#[derive(Clone, Encode, Decode, RuntimeDebug, PartialEq, Eq, TypeInfo)]
pub struct InboundMessageDetails {
/// Computed message dispatch weight.
///