mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Format code work (#1116)
This commit is contained in:
@@ -125,6 +125,7 @@ pub trait SourceClient<P: MessageLane>: RelayClient {
|
|||||||
&self,
|
&self,
|
||||||
id: SourceHeaderIdOf<P>,
|
id: SourceHeaderIdOf<P>,
|
||||||
) -> Result<(SourceHeaderIdOf<P>, MessageNonce), Self::Error>;
|
) -> Result<(SourceHeaderIdOf<P>, MessageNonce), Self::Error>;
|
||||||
|
|
||||||
/// Get nonce of the latest message, which receiving has been confirmed by the target chain.
|
/// Get nonce of the latest message, which receiving has been confirmed by the target chain.
|
||||||
async fn latest_confirmed_received_nonce(
|
async fn latest_confirmed_received_nonce(
|
||||||
&self,
|
&self,
|
||||||
@@ -180,6 +181,7 @@ pub trait TargetClient<P: MessageLane>: RelayClient {
|
|||||||
&self,
|
&self,
|
||||||
id: TargetHeaderIdOf<P>,
|
id: TargetHeaderIdOf<P>,
|
||||||
) -> Result<(TargetHeaderIdOf<P>, MessageNonce), Self::Error>;
|
) -> Result<(TargetHeaderIdOf<P>, MessageNonce), Self::Error>;
|
||||||
|
|
||||||
/// Get state of unrewarded relayers set at the inbound lane.
|
/// Get state of unrewarded relayers set at the inbound lane.
|
||||||
async fn unrewarded_relayers_state(
|
async fn unrewarded_relayers_state(
|
||||||
&self,
|
&self,
|
||||||
|
|||||||
Reference in New Issue
Block a user