Skip to content

Commit daeab19

Browse files
committed
chore: change timestamp type for ton-proof
1 parent 0c27589 commit daeab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type TonProofItemReply = TonProofItemReplySuccess | TonProofItemReplyError;
109109
type TonProofItemReplySuccess = {
110110
name: "ton_proof";
111111
proof: {
112-
timestamp: string; // 64-bit unix epoch time of the signing operation (seconds)
112+
timestamp: number; // 64-bit unix epoch time of the signing operation (seconds)
113113
domain: {
114114
lengthBytes: number; // AppDomain Length
115115
value: string; // app domain name (as url part, without encoding)

0 commit comments

Comments
 (0)