We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c27589 commit daeab19Copy full SHA for daeab19
requests-responses.md
@@ -109,7 +109,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError;
109
type TonProofItemReplySuccess = {
110
name: "ton_proof";
111
proof: {
112
- timestamp: string; // 64-bit unix epoch time of the signing operation (seconds)
+ timestamp: number; // 64-bit unix epoch time of the signing operation (seconds)
113
domain: {
114
lengthBytes: number; // AppDomain Length
115
value: string; // app domain name (as url part, without encoding)
0 commit comments