mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 17:47:56 +00:00
Add FromStr constraint to BlockNumber, bump version (#56)
This commit is contained in:
+2
-1
@@ -71,7 +71,8 @@ pub trait System: 'static + Eq + Clone + Debug {
|
||||
+ Default
|
||||
+ Bounded
|
||||
+ Copy
|
||||
+ std::hash::Hash;
|
||||
+ std::hash::Hash
|
||||
+ std::str::FromStr;
|
||||
|
||||
/// The output of the `Hashing` function.
|
||||
type Hash: Parameter
|
||||
|
||||
Reference in New Issue
Block a user