You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructing updates to the level 2 keys requires an [`AuthorizationsV1`](types::AuthorizationsV1) (or for old protocol versions, [`AuthorizationsV0`](types::AuthorizationsV0)) which can be obtained with `Level2Keys::try_into()`.
78
+
For signing chain updates, use [`construct_update_signer()`](v2::Level2Keys::construct_update_signer).
106
79
107
80
The `ChainParameters::micro_ccd_per_energy()` and `ChainParameters::ccd_cost()` functions were removed.
108
81
Instead, use [`energy_rate()`](v2::ChainParameters::energy_rate) to obtain an [`EnergyRate`](v2::EnergyRate), which encapsulates the [`micro_ccd_per_energy`](v2::EnergyRate::micro_ccd_per_energy) exchange rate.
0 commit comments