diff --git a/docs/develop/dapps/ton-connect/protocol/requests-responses.md b/docs/develop/dapps/ton-connect/protocol/requests-responses.md index e4ac685017..cb2ac158ed 100644 --- a/docs/develop/dapps/ton-connect/protocol/requests-responses.md +++ b/docs/develop/dapps/ton-connect/protocol/requests-responses.md @@ -109,7 +109,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError; type TonProofItemReplySuccess = { name: "ton_proof"; proof: { - timestamp: string; // 64-bit unix epoch time of the signing operation (seconds) + timestamp: number; // 64-bit unix epoch time of the signing operation (seconds) domain: { lengthBytes: number; // AppDomain Length value: string; // app domain name (as url part, without encoding) diff --git a/docs/develop/dapps/ton-connect/sign.mdx b/docs/develop/dapps/ton-connect/sign.mdx index ef6b04c914..04d8923da2 100644 --- a/docs/develop/dapps/ton-connect/sign.mdx +++ b/docs/develop/dapps/ton-connect/sign.mdx @@ -35,7 +35,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError; type TonProofItemReplySuccess = { name: "ton_proof"; proof: { - timestamp: string; // 64-bit unix epoch time of the signing operation (seconds) + timestamp: number; // 64-bit unix epoch time of the signing operation (seconds) domain: { lengthBytes: number; // AppDomain Length value: string; // app domain name (as url part, without encoding) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/protocol/requests-responses.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/protocol/requests-responses.md index 45300ea6f7..34969f4231 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/protocol/requests-responses.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/protocol/requests-responses.md @@ -112,7 +112,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError; type TonProofItemReplySuccess = { name: "ton_proof"; proof: { - timestamp: string; // 64-bit unix epoch time of the signing operation (seconds) + timestamp: number; // 64-bit unix epoch time of the signing operation (seconds) domain: { lengthBytes: number; // AppDomain Length value: string; // app domain name (as url part, without encoding) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/sign.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/sign.mdx index 54f8cf91b0..5ab798090b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/sign.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/develop/dapps/ton-connect/sign.mdx @@ -36,7 +36,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError; type TonProofItemReplySuccess = { name: "ton_proof"; proof: { - timestamp: string; // 64位unix时代签名操作的时间(秒) + timestamp: number; // 64位unix时代签名操作的时间(秒) domain: { lengthBytes: number; // AppDomain 长度 value: string; // app 域名(作为url部分,无编码)