Wrap and export BlockNumber (#87)

* Add fetch example and wrap BlockNumber impl

* Fmt
This commit is contained in:
Andrew Jones
2020-04-15 08:45:58 +01:00
committed by GitHub
parent 8cf652605f
commit dc2a73dc4a
3 changed files with 74 additions and 3 deletions
+4 -2
View File
@@ -85,7 +85,10 @@ pub use self::{
events::RawEvent,
extrinsic::*,
frame::*,
rpc::ExtrinsicSuccess,
rpc::{
BlockNumber,
ExtrinsicSuccess,
},
runtimes::*,
};
use self::{
@@ -104,7 +107,6 @@ use self::{
},
metadata::Metadata,
rpc::{
BlockNumber,
ChainBlock,
Rpc,
},