@argonprotocol/mainchain 1.4.0-dev.535b5795 → 1.4.0-dev.571a4176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11904,6 +11904,7 @@ declare module '@polkadot/types/lookup' {
11904
11904
  readonly securitizationTarget: Compact<u128>;
11905
11905
  readonly securitizationLocked: Compact<u128>;
11906
11906
  readonly securitizationPendingActivation: Compact<u128>;
11907
+ readonly securitizedSatoshis: Compact<u64>;
11907
11908
  readonly securitizationReleaseSchedule: BTreeMap<u64, u128>;
11908
11909
  readonly securitizationRatio: Compact<u128>;
11909
11910
  readonly isClosed: bool;