@bitgo-beta/sdk-coin-cronos 1.0.0-alpha.89 → 1.0.0-alpha.90
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/.eslintignore +4 -0
- package/.mocharc.yml +8 -0
- package/CHANGELOG.md +127 -0
- package/package.json +7 -10
- package/dist/test/resources/cronos.d.ts +0 -309
- package/dist/test/resources/cronos.d.ts.map +0 -1
- package/dist/test/resources/cronos.js +0 -301
- package/dist/test/unit/cronos.d.ts +0 -2
- package/dist/test/unit/cronos.d.ts.map +0 -1
- package/dist/test/unit/cronos.js +0 -254
- package/dist/test/unit/getBuilderFactory.d.ts +0 -3
- package/dist/test/unit/getBuilderFactory.d.ts.map +0 -1
- package/dist/test/unit/getBuilderFactory.js +0 -10
- package/dist/test/unit/keyPair.d.ts +0 -2
- package/dist/test/unit/keyPair.d.ts.map +0 -1
- package/dist/test/unit/keyPair.js +0 -94
- package/dist/test/unit/transaction.d.ts +0 -2
- package/dist/test/unit/transaction.d.ts.map +0 -1
- package/dist/test/unit/transaction.js +0 -145
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/StakingActivateBuilder.js +0 -138
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.js +0 -107
- package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/StakingRedelegateBuilder.js +0 -93
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.js +0 -108
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/transactionBuilder.js +0 -85
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +0 -2
- package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +0 -1
- package/dist/test/unit/transactionBuilder/transferBuilder.js +0 -212
- package/dist/test/unit/utils.d.ts +0 -2
- package/dist/test/unit/utils.d.ts.map +0 -1
- package/dist/test/unit/utils.js +0 -86
- package/dist/tsconfig.tsbuildinfo +0 -1
package/.eslintignore
ADDED
package/.mocharc.yml
ADDED
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.5.4...@bitgo/sdk-coin-cronos@1.6.0) (2025-09-25)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
|
|
11
|
+
|
|
12
|
+
## [1.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.5.3...@bitgo/sdk-coin-cronos@1.5.4) (2025-09-03)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
15
|
+
|
|
16
|
+
## [1.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.5.2...@bitgo/sdk-coin-cronos@1.5.3) (2025-08-30)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
19
|
+
|
|
20
|
+
## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.5.1...@bitgo/sdk-coin-cronos@1.5.2) (2025-08-29)
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
23
|
+
|
|
24
|
+
## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.5.0...@bitgo/sdk-coin-cronos@1.5.1) (2025-08-27)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
27
|
+
|
|
28
|
+
# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.4.3...@bitgo/sdk-coin-cronos@1.5.0) (2025-08-22)
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
|
|
33
|
+
|
|
34
|
+
## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.4.2...@bitgo/sdk-coin-cronos@1.4.3) (2025-08-22)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
37
|
+
|
|
38
|
+
## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.4.1...@bitgo/sdk-coin-cronos@1.4.2) (2025-08-19)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
41
|
+
|
|
42
|
+
## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.4.0...@bitgo/sdk-coin-cronos@1.4.1) (2025-08-14)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
45
|
+
|
|
46
|
+
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.6...@bitgo/sdk-coin-cronos@1.4.0) (2025-08-07)
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
- use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
|
|
51
|
+
|
|
52
|
+
## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.5...@bitgo/sdk-coin-cronos@1.3.6) (2025-07-31)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
55
|
+
|
|
56
|
+
## [1.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.4...@bitgo/sdk-coin-cronos@1.3.5) (2025-07-30)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
59
|
+
|
|
60
|
+
## [1.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.2...@bitgo/sdk-coin-cronos@1.3.4) (2025-07-25)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
63
|
+
|
|
64
|
+
## [1.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.2...@bitgo/sdk-coin-cronos@1.3.3) (2025-07-23)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
67
|
+
|
|
68
|
+
## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.1...@bitgo/sdk-coin-cronos@1.3.2) (2025-07-15)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
71
|
+
|
|
72
|
+
## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.3.0...@bitgo/sdk-coin-cronos@1.3.1) (2025-07-10)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
75
|
+
|
|
76
|
+
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.4...@bitgo/sdk-coin-cronos@1.3.0) (2025-07-03)
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
- staking support cronos ([7b4fbdb](https://github.com/BitGo/BitGoJS/commit/7b4fbdb7fbb788c9fc044d19a5d56643e1b8800b))
|
|
81
|
+
|
|
82
|
+
## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.3...@bitgo/sdk-coin-cronos@1.2.4) (2025-06-25)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
85
|
+
|
|
86
|
+
## [1.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.2...@bitgo/sdk-coin-cronos@1.2.3) (2025-06-24)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
- add base units for tcronos and tasi ([5edbff8](https://github.com/BitGo/BitGoJS/commit/5edbff828ce8c9b36b44ab3928c157c698e2644a))
|
|
91
|
+
|
|
92
|
+
## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.1...@bitgo/sdk-coin-cronos@1.2.2) (2025-06-18)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
95
|
+
|
|
96
|
+
## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.0...@bitgo/sdk-coin-cronos@1.2.1) (2025-06-10)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
99
|
+
|
|
100
|
+
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.4...@bitgo/sdk-coin-cronos@1.2.0) (2025-06-05)
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
- **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
|
|
105
|
+
|
|
106
|
+
## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.3...@bitgo/sdk-coin-cronos@1.1.4) (2025-06-02)
|
|
107
|
+
|
|
108
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
109
|
+
|
|
110
|
+
## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.2...@bitgo/sdk-coin-cronos@1.1.3) (2025-05-28)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
113
|
+
|
|
114
|
+
## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.1...@bitgo/sdk-coin-cronos@1.1.2) (2025-05-22)
|
|
115
|
+
|
|
116
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
117
|
+
|
|
118
|
+
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.0...@bitgo/sdk-coin-cronos@1.1.1) (2025-05-20)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cronos
|
|
121
|
+
|
|
122
|
+
# 1.1.0 (2025-05-07)
|
|
123
|
+
|
|
124
|
+
### Features
|
|
125
|
+
|
|
126
|
+
- **sdk-coin-cronos:** add SDK Skeleton for Cronos ([7209807](https://github.com/BitGo/BitGoJS/commit/72098072ef9278ee7843cfeb6fcd0c95d5cae420))
|
|
127
|
+
- **sdk-coin-cronos:** add SDK support for Cronos ([27a6550](https://github.com/BitGo/BitGoJS/commit/27a6550f50359423abc1dc2c5b05b52f2a567899))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-cronos",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.90",
|
|
4
4
|
"description": "BitGo SDK coin library for Cronos",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,20 +40,17 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-cosmos": "1.0.0-alpha.
|
|
44
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
45
|
-
"@bitgo-beta/statics": "10.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/abstract-cosmos": "1.0.0-alpha.357",
|
|
44
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.408",
|
|
45
|
+
"@bitgo-beta/statics": "10.0.1-alpha.408",
|
|
46
46
|
"@cosmjs/amino": "^0.29.5",
|
|
47
47
|
"@cosmjs/encoding": "^0.29.5",
|
|
48
48
|
"@cosmjs/stargate": "^0.29.5",
|
|
49
49
|
"bignumber.js": "^9.1.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
53
|
-
"@bitgo-beta/sdk-test": "^9.1.
|
|
52
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.408",
|
|
53
|
+
"@bitgo-beta/sdk-test": "^9.1.0"
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"dist"
|
|
57
|
-
],
|
|
58
|
-
"gitHead": "49e14685723d7487dc2db5c18f1a3f4aac57a49f"
|
|
55
|
+
"gitHead": "1a5a022e5b5c08a32a90d01565debc4aef2b1541"
|
|
59
56
|
}
|
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
export declare const TEST_ACCOUNT: {
|
|
2
|
-
pubAddress: string;
|
|
3
|
-
compressedPublicKey: string;
|
|
4
|
-
compressedPublicKeyTwo: string;
|
|
5
|
-
uncompressedPublicKey: string;
|
|
6
|
-
privateKey: string;
|
|
7
|
-
extendedPrv: string;
|
|
8
|
-
extendedPub: string;
|
|
9
|
-
};
|
|
10
|
-
export declare const TEST_SEND_TX: {
|
|
11
|
-
hash: string;
|
|
12
|
-
signature: string;
|
|
13
|
-
pubKey: string;
|
|
14
|
-
privateKey: string;
|
|
15
|
-
signedTxBase64: string;
|
|
16
|
-
sender: string;
|
|
17
|
-
recipient: string;
|
|
18
|
-
chainId: string;
|
|
19
|
-
accountNumber: number;
|
|
20
|
-
sequence: number;
|
|
21
|
-
sendAmount: string;
|
|
22
|
-
feeAmount: string;
|
|
23
|
-
sendMessage: {
|
|
24
|
-
typeUrl: string;
|
|
25
|
-
value: {
|
|
26
|
-
amount: {
|
|
27
|
-
denom: string;
|
|
28
|
-
amount: string;
|
|
29
|
-
}[];
|
|
30
|
-
toAddress: string;
|
|
31
|
-
fromAddress: string;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
gasBudget: {
|
|
35
|
-
amount: {
|
|
36
|
-
denom: string;
|
|
37
|
-
amount: string;
|
|
38
|
-
}[];
|
|
39
|
-
gasLimit: number;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
export declare const TEST_SEND_TX2: {
|
|
43
|
-
hash: string;
|
|
44
|
-
signature: string;
|
|
45
|
-
pubKey: string;
|
|
46
|
-
privateKey: string;
|
|
47
|
-
signedTxBase64: string;
|
|
48
|
-
sender: string;
|
|
49
|
-
recipient: string;
|
|
50
|
-
chainId: string;
|
|
51
|
-
accountNumber: number;
|
|
52
|
-
sequence: number;
|
|
53
|
-
sendAmount: string;
|
|
54
|
-
feeAmount: string;
|
|
55
|
-
sendMessage: {
|
|
56
|
-
typeUrl: string;
|
|
57
|
-
value: {
|
|
58
|
-
amount: {
|
|
59
|
-
denom: string;
|
|
60
|
-
amount: string;
|
|
61
|
-
}[];
|
|
62
|
-
toAddress: string;
|
|
63
|
-
fromAddress: string;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
gasBudget: {
|
|
67
|
-
amount: {
|
|
68
|
-
denom: string;
|
|
69
|
-
amount: string;
|
|
70
|
-
}[];
|
|
71
|
-
gasLimit: number;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
export declare const TEST_SEND_MANY_TX: {
|
|
75
|
-
hash: string;
|
|
76
|
-
signature: string;
|
|
77
|
-
pubKey: string;
|
|
78
|
-
privateKey: string;
|
|
79
|
-
signedTxBase64: string;
|
|
80
|
-
sender: string;
|
|
81
|
-
chainId: string;
|
|
82
|
-
accountNumber: number;
|
|
83
|
-
sequence: number;
|
|
84
|
-
memo: string;
|
|
85
|
-
sendMessages: {
|
|
86
|
-
typeUrl: string;
|
|
87
|
-
value: {
|
|
88
|
-
amount: {
|
|
89
|
-
denom: string;
|
|
90
|
-
amount: string;
|
|
91
|
-
}[];
|
|
92
|
-
toAddress: string;
|
|
93
|
-
fromAddress: string;
|
|
94
|
-
};
|
|
95
|
-
}[];
|
|
96
|
-
gasBudget: {
|
|
97
|
-
amount: {
|
|
98
|
-
denom: string;
|
|
99
|
-
amount: string;
|
|
100
|
-
}[];
|
|
101
|
-
gasLimit: number;
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
export declare const TEST_TX_WITH_MEMO: {
|
|
105
|
-
hash: string;
|
|
106
|
-
signature: string;
|
|
107
|
-
pubKey: string;
|
|
108
|
-
privateKey: string;
|
|
109
|
-
signedTxBase64: string;
|
|
110
|
-
from: string;
|
|
111
|
-
to: string;
|
|
112
|
-
chainId: string;
|
|
113
|
-
accountNumber: number;
|
|
114
|
-
sequence: number;
|
|
115
|
-
feeAmount: string;
|
|
116
|
-
sendAmount: string;
|
|
117
|
-
sendMessage: {
|
|
118
|
-
typeUrl: string;
|
|
119
|
-
value: {
|
|
120
|
-
amount: {
|
|
121
|
-
denom: string;
|
|
122
|
-
amount: string;
|
|
123
|
-
}[];
|
|
124
|
-
fromAddress: string;
|
|
125
|
-
toAddress: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
memo: string;
|
|
129
|
-
gasBudget: {
|
|
130
|
-
amount: {
|
|
131
|
-
denom: string;
|
|
132
|
-
amount: string;
|
|
133
|
-
}[];
|
|
134
|
-
gasLimit: number;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
export declare const address: {
|
|
138
|
-
address1: string;
|
|
139
|
-
address2: string;
|
|
140
|
-
address3: string;
|
|
141
|
-
address4: string;
|
|
142
|
-
address5: string;
|
|
143
|
-
address6: string;
|
|
144
|
-
validatorAddress1: string;
|
|
145
|
-
validatorAddress2: string;
|
|
146
|
-
validatorAddress3: string;
|
|
147
|
-
validatorAddress4: string;
|
|
148
|
-
noMemoIdAddress: string;
|
|
149
|
-
validMemoIdAddress: string;
|
|
150
|
-
invalidMemoIdAddress: string;
|
|
151
|
-
multipleMemoIdAddress: string;
|
|
152
|
-
};
|
|
153
|
-
export declare const blockHash: {
|
|
154
|
-
hash1: string;
|
|
155
|
-
hash2: string;
|
|
156
|
-
};
|
|
157
|
-
export declare const txIds: {
|
|
158
|
-
hash1: string;
|
|
159
|
-
hash2: string;
|
|
160
|
-
hash3: string;
|
|
161
|
-
};
|
|
162
|
-
export declare const coinAmounts: {
|
|
163
|
-
amount1: {
|
|
164
|
-
amount: string;
|
|
165
|
-
denom: string;
|
|
166
|
-
};
|
|
167
|
-
amount2: {
|
|
168
|
-
amount: string;
|
|
169
|
-
denom: string;
|
|
170
|
-
};
|
|
171
|
-
amount3: {
|
|
172
|
-
amount: string;
|
|
173
|
-
denom: string;
|
|
174
|
-
};
|
|
175
|
-
amount4: {
|
|
176
|
-
amount: string;
|
|
177
|
-
denom: string;
|
|
178
|
-
};
|
|
179
|
-
amount5: {
|
|
180
|
-
amount: string;
|
|
181
|
-
denom: string;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
export declare const TEST_DELEGATE_TX: {
|
|
185
|
-
hash: string;
|
|
186
|
-
signature: string;
|
|
187
|
-
pubKey: string;
|
|
188
|
-
privateKey: string;
|
|
189
|
-
signedTxBase64: string;
|
|
190
|
-
delegator: string;
|
|
191
|
-
validator: string;
|
|
192
|
-
chainId: string;
|
|
193
|
-
accountNumber: number;
|
|
194
|
-
sequence: number;
|
|
195
|
-
sendAmount: string;
|
|
196
|
-
feeAmount: string;
|
|
197
|
-
sendMessage: {
|
|
198
|
-
typeUrl: string;
|
|
199
|
-
value: {
|
|
200
|
-
delegatorAddress: string;
|
|
201
|
-
validatorAddress: string;
|
|
202
|
-
amount: {
|
|
203
|
-
denom: string;
|
|
204
|
-
amount: string;
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
gasBudget: {
|
|
209
|
-
amount: {
|
|
210
|
-
denom: string;
|
|
211
|
-
amount: string;
|
|
212
|
-
}[];
|
|
213
|
-
gasLimit: number;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
export declare const TEST_UNDELEGATE_TX: {
|
|
217
|
-
hash: string;
|
|
218
|
-
signature: string;
|
|
219
|
-
pubKey: string;
|
|
220
|
-
privateKey: string;
|
|
221
|
-
signedTxBase64: string;
|
|
222
|
-
delegator: string;
|
|
223
|
-
validator: string;
|
|
224
|
-
chainId: string;
|
|
225
|
-
accountNumber: number;
|
|
226
|
-
sequence: number;
|
|
227
|
-
sendAmount: string;
|
|
228
|
-
feeAmount: string;
|
|
229
|
-
sendMessage: {
|
|
230
|
-
typeUrl: string;
|
|
231
|
-
value: {
|
|
232
|
-
delegatorAddress: string;
|
|
233
|
-
validatorAddress: string;
|
|
234
|
-
amount: {
|
|
235
|
-
denom: string;
|
|
236
|
-
amount: string;
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
gasBudget: {
|
|
241
|
-
amount: {
|
|
242
|
-
denom: string;
|
|
243
|
-
amount: string;
|
|
244
|
-
}[];
|
|
245
|
-
gasLimit: number;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
export declare const TEST_REDELEGATE_TX: {
|
|
249
|
-
hash: string;
|
|
250
|
-
signature: string;
|
|
251
|
-
pubKey: string;
|
|
252
|
-
privateKey: string;
|
|
253
|
-
signedTxBase64: string;
|
|
254
|
-
delegator: string;
|
|
255
|
-
validator: string;
|
|
256
|
-
validatorDst: string;
|
|
257
|
-
chainId: string;
|
|
258
|
-
accountNumber: number;
|
|
259
|
-
sequence: number;
|
|
260
|
-
sendAmount: string;
|
|
261
|
-
feeAmount: string;
|
|
262
|
-
sendMessage: {
|
|
263
|
-
typeUrl: string;
|
|
264
|
-
value: {
|
|
265
|
-
delegatorAddress: string;
|
|
266
|
-
validatorSrcAddress: string;
|
|
267
|
-
validatorDstAddress: string;
|
|
268
|
-
amount: {
|
|
269
|
-
denom: string;
|
|
270
|
-
amount: string;
|
|
271
|
-
};
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
gasBudget: {
|
|
275
|
-
amount: {
|
|
276
|
-
denom: string;
|
|
277
|
-
amount: string;
|
|
278
|
-
}[];
|
|
279
|
-
gasLimit: number;
|
|
280
|
-
};
|
|
281
|
-
};
|
|
282
|
-
export declare const TEST_WITHDRAW_REWARDS_TX: {
|
|
283
|
-
hash: string;
|
|
284
|
-
signature: string;
|
|
285
|
-
pubKey: string;
|
|
286
|
-
privateKey: string;
|
|
287
|
-
signedTxBase64: string;
|
|
288
|
-
delegator: string;
|
|
289
|
-
validator: string;
|
|
290
|
-
chainId: string;
|
|
291
|
-
accountNumber: number;
|
|
292
|
-
sequence: number;
|
|
293
|
-
feeAmount: string;
|
|
294
|
-
sendMessage: {
|
|
295
|
-
typeUrl: string;
|
|
296
|
-
value: {
|
|
297
|
-
delegatorAddress: string;
|
|
298
|
-
validatorAddress: string;
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
gasBudget: {
|
|
302
|
-
amount: {
|
|
303
|
-
denom: string;
|
|
304
|
-
amount: string;
|
|
305
|
-
}[];
|
|
306
|
-
gasLimit: number;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
//# sourceMappingURL=cronos.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cronos.d.ts","sourceRoot":"","sources":["../../../test/resources/cronos.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;CAWxB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BxB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BzB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4C7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgC7B,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAenB,CAAC;AAEF,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;CAIjB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkC9B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B9B,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBpC,CAAC"}
|