Browse Source

Export Finality for a better usability

develop
Silvestr Predko 2 years ago
parent
commit
1d955c2b42
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      near-rpc/src/lib.rs

+ 1
- 0
near-rpc/src/lib.rs View File

2
 pub mod utils;
2
 pub mod utils;
3
 
3
 
4
 pub mod client;
4
 pub mod client;
5
+pub use near_primitives_light::{self, types::Finality};
5
 
6
 
6
 type Result<T> = std::result::Result<T, Error>;
7
 type Result<T> = std::result::Result<T, Error>;
7
 
8
 

Loading…
Cancel
Save