File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @kilnfi/sdk" ,
3- "version" : " 4.2.14 " ,
3+ "version" : " 4.2.15 " ,
44 "autor" :
" Kiln <[email protected] > (https://kiln.fi)" ,
55 "license" : " BUSL-1.1" ,
66 "description" : " JavaScript sdk for Kiln API" ,
Original file line number Diff line number Diff line change @@ -40305,10 +40305,10 @@ export interface components {
4030540305 */
4030640306 validator_address: string;
4030740307 /**
40308- * @description Amount of SUI to stake
40308+ * @description Amount of SUI in mist to stake
4030940309 * @example 1817090696
4031040310 */
40311- amount : string;
40311+ amount_mist : string;
4031240312 /**
4031340313 * Format: uuid
4031440314 * @description Kiln Account ID to stake into
@@ -40340,10 +40340,10 @@ export interface components {
4034040340 */
4034140341 sender: string;
4034240342 /**
40343- * @description Amount of SUI to send
40343+ * @description Amount of SUI in mist to send
4034440344 * @example 1817090696
4034540345 */
40346- amount : string;
40346+ amount_mist : string;
4034740347 /**
4034840348 * @description Recipient address
4034940349 * @example 0x92c7bf9914897e8878e559c19a6cffd22e6a569a6dd4d26f8e82e0f2ad1873d6
@@ -40357,10 +40357,10 @@ export interface components {
4035740357 */
4035840358 stake_id: string;
4035940359 /**
40360- * @description Amount of SUI to split
40360+ * @description Amount of SUI in mist to split
4036140361 * @example 1817090696
4036240362 */
40363- amount : string;
40363+ amount_mist : string;
4036440364 /**
4036540365 * Format: uuid
4036640366 * @description Kiln Account ID to stake into
You can’t perform that action at this time.
0 commit comments