@argonprotocol/mainchain 1.4.0-dev.535b5795 → 1.4.0-dev.959353c6
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.
- package/browser/index.d.ts +1 -0
- package/browser/index.js +2 -2
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +2 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/browser/index.d.ts
CHANGED
|
@@ -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;
|