We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4824f18 commit b5c1405Copy full SHA for b5c1405
1 file changed
relays/client-substrate/src/client/rpc_api.rs
@@ -55,7 +55,7 @@ pub(crate) trait SubstrateChain<C> {
55
#[method(name = "getBlock")]
56
async fn block(&self, block_hash: Option<C::Hash>) -> RpcResult<C::SignedBlock>;
57
}
58
-
+
59
/// RPC methods of Substrate `author` namespace, that we are using.
60
#[rpc(client, client_bounds(C: Chain), namespace = "author")]
61
pub(crate) trait SubstrateAuthor<C> {
0 commit comments