removed ESTIMATE_MESSAGE_FEE_METHOD (#1696)

This commit is contained in:
Svyatoslav Nikolsky
2022-12-02 13:03:53 +03:00
committed by Bastian Köcher
parent 9e92564c69
commit 9c8f8a90e7
10 changed files with 0 additions and 25 deletions
@@ -97,9 +97,6 @@ pub trait ParachainToRelayHeadersCliBridge: CliBridgeBase {
/// Bridge representation that can be used from the CLI for relaying messages.
pub trait MessagesCliBridge: CliBridgeBase {
/// Name of the runtime method used to estimate the message dispatch and delivery fee for the
/// defined bridge.
const ESTIMATE_MESSAGE_FEE_METHOD: &'static str;
/// The Source -> Destination messages synchronization pipeline.
type MessagesLane: SubstrateMessageLane<SourceChain = Self::Source, TargetChain = Self::Target>;
}