macro_rules! decl_bridge_finality_runtime_apis { ($chain: ident) => { ... }; }
Expand description
Convenience macro that declares bridge finality runtime apis and related constants for a chain. This includes:
- chain-specific bridge runtime APIs:
<ThisChain>FinalityApi
- constants that are stringified names of runtime API methods:
BEST_FINALIZED_<THIS_CHAIN>_HEADER_METHOD
The name of the chain has to be specified in snake case (e.g.rialto_parachain
).