mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
read latest_generated_nonce directly from storage (#1260)
This commit is contained in:
committed by
Bastian Köcher
parent
741484214e
commit
c21217a282
@@ -76,9 +76,6 @@ pub trait ChainWithMessages: Chain {
|
||||
/// Name of the `To<ChainWithMessages>OutboundLaneApi::message_details` runtime API method.
|
||||
/// The method is provided by the runtime that is bridged with this `ChainWithMessages`.
|
||||
const TO_CHAIN_MESSAGE_DETAILS_METHOD: &'static str;
|
||||
/// Name of the `To<ChainWithMessages>OutboundLaneApi::latest_generated_nonce` runtime API
|
||||
/// method. The method is provided by the runtime that is bridged with this `ChainWithMessages`.
|
||||
const TO_CHAIN_LATEST_GENERATED_NONCE_METHOD: &'static str;
|
||||
/// Name of the `To<ChainWithMessages>OutboundLaneApi::latest_received_nonce` runtime API
|
||||
/// method. The method is provided by the runtime that is bridged with this `ChainWithMessages`.
|
||||
const TO_CHAIN_LATEST_RECEIVED_NONCE_METHOD: &'static str;
|
||||
|
||||
Reference in New Issue
Block a user