Skip to content

Commit

Permalink
Update OpenAPI schema (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiln Bot <[email protected]>
  • Loading branch information
kiln-bot and kiln-bot authored Feb 4, 2025
1 parent 1b2710e commit 4d6b8ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/openapi/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
/**
Expand Down

0 comments on commit 4d6b8ea

Please sign in to comment.