feat(network): implement stake distribution local state query (#340)
This commit is contained in:
parent
cce85a7482
commit
b1ac003716
5 changed files with 125 additions and 4 deletions
|
|
@ -829,7 +829,9 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(
|
||||
Serialize, Deserialize, Clone, Encode, Decode, Debug, PartialEq, Eq, PartialOrd, Ord, Hash,
|
||||
)]
|
||||
#[cbor(transparent)]
|
||||
#[serde(into = "String")]
|
||||
#[serde(try_from = "String")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue