File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @kilnfi/sdk" ,
3- "version" : " 4.2.9 " ,
3+ "version" : " 4.2.10 " ,
44 "autor" : " Kiln <support@kiln.fi> (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 @@ -10794,6 +10794,11 @@ export interface components {
1079410794 skip_gas_estimation: boolean;
1079510795 };
1079610796 DefiCraftDepositTxPayload: {
10797+ /**
10798+ * @description Kiln Account ID to link the deposit to
10799+ * @example 92f5bfd4-ea38-4824-84f7-686eddff5539
10800+ */
10801+ account_id?: string;
1079710802 /**
1079810803 * @description The Ethereum address of the user initiating the deposit.
1079910804 * @example 0x991c468AbcE2b4DD627a6210C145373EbABdd186
You can’t perform that action at this time.
0 commit comments