@argonprotocol/mainchain 1.4.9-dev.c17ec6c5 → 1.4.9-dev.c5b2f1ef
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
CHANGED
|
@@ -6651,6 +6651,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6651
6651
|
accountBitcoinAmount?: any;
|
|
6652
6652
|
accountVaultBondAmount?: any;
|
|
6653
6653
|
vaultCreated?: any;
|
|
6654
|
+
isUpgradedToOperations?: any;
|
|
6654
6655
|
vaultBitcoinAmount?: any;
|
|
6655
6656
|
miningSeatCount?: any;
|
|
6656
6657
|
} | string | Uint8Array, updateOperationalProgress: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
@@ -12437,6 +12438,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12437
12438
|
readonly accountBitcoinAmount: Option<u128>;
|
|
12438
12439
|
readonly accountVaultBondAmount: Option<u128>;
|
|
12439
12440
|
readonly vaultCreated: Option<bool>;
|
|
12441
|
+
readonly isUpgradedToOperations: Option<bool>;
|
|
12440
12442
|
readonly vaultBitcoinAmount: Option<u128>;
|
|
12441
12443
|
readonly miningSeatCount: Option<u32>;
|
|
12442
12444
|
}
|
package/lib/index.d.cts
CHANGED
|
@@ -6651,6 +6651,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6651
6651
|
accountBitcoinAmount?: any;
|
|
6652
6652
|
accountVaultBondAmount?: any;
|
|
6653
6653
|
vaultCreated?: any;
|
|
6654
|
+
isUpgradedToOperations?: any;
|
|
6654
6655
|
vaultBitcoinAmount?: any;
|
|
6655
6656
|
miningSeatCount?: any;
|
|
6656
6657
|
} | string | Uint8Array, updateOperationalProgress: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
@@ -12437,6 +12438,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12437
12438
|
readonly accountBitcoinAmount: Option<u128>;
|
|
12438
12439
|
readonly accountVaultBondAmount: Option<u128>;
|
|
12439
12440
|
readonly vaultCreated: Option<bool>;
|
|
12441
|
+
readonly isUpgradedToOperations: Option<bool>;
|
|
12440
12442
|
readonly vaultBitcoinAmount: Option<u128>;
|
|
12441
12443
|
readonly miningSeatCount: Option<u32>;
|
|
12442
12444
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -6651,6 +6651,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
6651
6651
|
accountBitcoinAmount?: any;
|
|
6652
6652
|
accountVaultBondAmount?: any;
|
|
6653
6653
|
vaultCreated?: any;
|
|
6654
|
+
isUpgradedToOperations?: any;
|
|
6654
6655
|
vaultBitcoinAmount?: any;
|
|
6655
6656
|
miningSeatCount?: any;
|
|
6656
6657
|
} | string | Uint8Array, updateOperationalProgress: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
@@ -12437,6 +12438,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12437
12438
|
readonly accountBitcoinAmount: Option<u128>;
|
|
12438
12439
|
readonly accountVaultBondAmount: Option<u128>;
|
|
12439
12440
|
readonly vaultCreated: Option<bool>;
|
|
12441
|
+
readonly isUpgradedToOperations: Option<bool>;
|
|
12440
12442
|
readonly vaultBitcoinAmount: Option<u128>;
|
|
12441
12443
|
readonly miningSeatCount: Option<u32>;
|
|
12442
12444
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argonprotocol/mainchain",
|
|
3
|
-
"version": "1.4.9-dev.
|
|
3
|
+
"version": "1.4.9-dev.c5b2f1ef",
|
|
4
4
|
"description": "A client for accessing the Argon mainchain apis.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@argonprotocol/ethereum-contracts": "workspace:*",
|
|
68
|
-
"@argonprotocol/testing": "1.4.9-dev.
|
|
68
|
+
"@argonprotocol/testing": "1.4.9-dev.c5b2f1ef",
|
|
69
69
|
"@polkadot/typegen": "^16.5.6",
|
|
70
70
|
"@substrate/ss58-registry": "^1.51.0",
|
|
71
71
|
"@types/node": "^20",
|
|
@@ -1157,6 +1157,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1157
1157
|
accountBitcoinAmount?: any;
|
|
1158
1158
|
accountVaultBondAmount?: any;
|
|
1159
1159
|
vaultCreated?: any;
|
|
1160
|
+
isUpgradedToOperations?: any;
|
|
1160
1161
|
vaultBitcoinAmount?: any;
|
|
1161
1162
|
miningSeatCount?: any;
|
|
1162
1163
|
}
|
package/src/interfaces/lookup.ts
CHANGED
|
@@ -2758,6 +2758,7 @@ export default {
|
|
|
2758
2758
|
accountBitcoinAmount: 'Option<u128>',
|
|
2759
2759
|
accountVaultBondAmount: 'Option<u128>',
|
|
2760
2760
|
vaultCreated: 'Option<bool>',
|
|
2761
|
+
isUpgradedToOperations: 'Option<bool>',
|
|
2761
2762
|
vaultBitcoinAmount: 'Option<u128>',
|
|
2762
2763
|
miningSeatCount: 'Option<u32>',
|
|
2763
2764
|
},
|
|
@@ -3265,6 +3265,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
3265
3265
|
readonly accountBitcoinAmount: Option<u128>;
|
|
3266
3266
|
readonly accountVaultBondAmount: Option<u128>;
|
|
3267
3267
|
readonly vaultCreated: Option<bool>;
|
|
3268
|
+
readonly isUpgradedToOperations: Option<bool>;
|
|
3268
3269
|
readonly vaultBitcoinAmount: Option<u128>;
|
|
3269
3270
|
readonly miningSeatCount: Option<u32>;
|
|
3270
3271
|
}
|