Feature/terminology update (#941)

* Corrected used bond/pledge terminology

* ibid for the wallet and explorer

* [ci skip] Generate TS types

Co-authored-by: jstuczyn <jstuczyn@users.noreply.github.com>
This commit is contained in:
Jędrzej Stuczyński
2021-12-06 16:30:55 +00:00
committed by GitHub
parent db111490b6
commit 5aa1c29409
33 changed files with 317 additions and 303 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ pub fn mix_node_make_default_routes() -> Vec<Route> {
#[derive(Clone, Debug, Serialize, JsonSchema)]
pub(crate) struct PrettyMixNodeBondWithLocation {
pub location: Option<Location>,
pub bond_amount: Coin,
pub pledge_amount: Coin,
pub total_delegation: Coin,
pub owner: Addr,
pub layer: Layer,