We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896a219 commit cd75815Copy full SHA for cd75815
1 file changed
src/openapi/schema.ts
@@ -10794,6 +10794,11 @@ export interface components {
10794
skip_gas_estimation: boolean;
10795
};
10796
DefiCraftDepositTxPayload: {
10797
+ /**
10798
+ * @description Kiln Account ID to link the deposit to
10799
+ * @example 92f5bfd4-ea38-4824-84f7-686eddff5539
10800
+ */
10801
+ account_id?: string;
10802
/**
10803
* @description The Ethereum address of the user initiating the deposit.
10804
* @example 0x991c468AbcE2b4DD627a6210C145373EbABdd186
0 commit comments