File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10707,6 +10707,11 @@ export interface components {
1070710707 * @example 0x58D97B57BB95320F9a05dC918Aef65434969c2B2
1070810708 */
1070910709 asset: string;
10710+ /**
10711+ * @description Asset icon of the additional rewards
10712+ * @example https://public.kiln.fi/icons/assets/usdc.svg
10713+ */
10714+ asset_icon: string;
1071010715 /**
1071110716 * @description Net reward rate of additional rewards of the vault
1071210717 * @example 11.9430363
@@ -38535,12 +38540,12 @@ export interface components {
3853538540 * @description Hex encoded signature
3853638541 * @example 58375aa7640d8f1f9023e30c156d58b1e07e76832814549b6067c03139f057c4b31ee4356fd5785693bbd163004a92fccf53c80c4f720e1cfcce05ba64603709
3853738542 */
38538- signature? : string;
38543+ signature: string;
3853938544 /**
3854038545 * @description Address of the signer
3854138546 * @example UQBzQbAszir_fMErkktI7_8Xl2FkhlDUKE4iUGc9V66OMpp1
3854238547 */
38543- from? : string;
38548+ from: string;
3854438549 };
3854538550 TONPreparedTx: {
3854638551 /**
You can’t perform that action at this time.
0 commit comments