mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Remove some substrate dependencies to improve compile time (#194)
* Copy ReadProof and TransactionStatus types * Define local app crypto types * Fmt * Restore logging and add comments
This commit is contained in:
+1
-1
@@ -52,7 +52,6 @@ pub use sp_runtime;
|
||||
use codec::Decode;
|
||||
use futures::future;
|
||||
use jsonrpsee::client::Subscription;
|
||||
use sc_rpc_api::state::ReadProof;
|
||||
use sp_core::{
|
||||
storage::{
|
||||
StorageChangeSet,
|
||||
@@ -94,6 +93,7 @@ pub use crate::{
|
||||
rpc::{
|
||||
BlockNumber,
|
||||
ExtrinsicSuccess,
|
||||
ReadProof,
|
||||
SystemProperties,
|
||||
},
|
||||
runtimes::*,
|
||||
|
||||
Reference in New Issue
Block a user