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:
committed by
GitHub
parent
db111490b6
commit
5aa1c29409
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user