From 7535c95cb0684abb3a00480be95ce573e966ae37 Mon Sep 17 00:00:00 2001 From: Kiln Bot Date: Tue, 4 Feb 2025 16:41:25 +0000 Subject: [PATCH] Update OpenAPI schema --- src/openapi/schema.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/openapi/schema.ts b/src/openapi/schema.ts index 47df667..0f83d90 100644 --- a/src/openapi/schema.ts +++ b/src/openapi/schema.ts @@ -34352,6 +34352,26 @@ export interface components { * @example 0QBQJR9IALMi8kLWKKoo20A1-i9tLB1F2ZTIIyppHGPFYe8e */ from: string; + /** + * @description Destination address + * @example Ef8xihYQ_8JBVBmystDCnNcAsy5yH_NzpFi2eYcXNaSzIdgw + */ + to: string; + /** + * @description Amount in nanoton + * @example 1000000000000000 + */ + amount: string; + /** + * @description Payload in boc base64 format. + * @example te6ccsEBAQEADAAMABQAAAAASGVsbG8hCaTc/g== + */ + payload: string; + /** + * @description Unix timestamp when the transaction will expire (we set it to 60 min) + * @example 1738689966 + */ + valid_until: number; }; TONUnstakeTxPayload: { /**