@@ -90,29 +90,6 @@ pub fn derive_account_from_rococo_id(id: bp_runtime::SourceAccount<AccountId>) -
9090/// Name of the `WestendFinalityApi::best_finalized` runtime method.
9191pub const BEST_FINALIZED_WESTEND_HEADER_METHOD : & str = "WestendFinalityApi_best_finalized" ;
9292
93- /// Name of the `ToWestendOutboundLaneApi::estimate_message_delivery_and_dispatch_fee` runtime
94- /// method.
95- pub const TO_WESTEND_ESTIMATE_MESSAGE_FEE_METHOD : & str =
96- "ToWestendOutboundLaneApi_estimate_message_delivery_and_dispatch_fee" ;
97- /// Name of the `ToWestendOutboundLaneApi::message_details` runtime method.
98- pub const TO_WESTEND_MESSAGE_DETAILS_METHOD : & str = "ToWestendOutboundLaneApi_message_details" ;
99- /// Name of the `ToWestendOutboundLaneApi::latest_generated_nonce` runtime method.
100- pub const TO_WESTEND_LATEST_GENERATED_NONCE_METHOD : & str =
101- "ToWestendOutboundLaneApi_latest_generated_nonce" ;
102- /// Name of the `ToWestendOutboundLaneApi::latest_received_nonce` runtime method.
103- pub const TO_WESTEND_LATEST_RECEIVED_NONCE_METHOD : & str =
104- "ToWestendOutboundLaneApi_latest_received_nonce" ;
105-
106- /// Name of the `FromWestendInboundLaneApi::latest_received_nonce` runtime method.
107- pub const FROM_WESTEND_LATEST_RECEIVED_NONCE_METHOD : & str =
108- "FromWestendInboundLaneApi_latest_received_nonce" ;
109- /// Name of the `FromWestendInboundLaneApi::latest_onfirmed_nonce` runtime method.
110- pub const FROM_WESTEND_LATEST_CONFIRMED_NONCE_METHOD : & str =
111- "FromWestendInboundLaneApi_latest_confirmed_nonce" ;
112- /// Name of the `FromWestendInboundLaneApi::unrewarded_relayers_state` runtime method.
113- pub const FROM_WESTEND_UNREWARDED_RELAYERS_STATE : & str =
114- "FromWestendInboundLaneApi_unrewarded_relayers_state" ;
115-
11693/// The target length of a session (how often authorities change) on Westend measured in of number
11794/// of blocks.
11895///
0 commit comments