Skip to content

Commit

Permalink
chore: change timestamp type for ton-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
mlikhtar committed Sep 2, 2024
1 parent 0c27589 commit 7e81ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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; // 58-bit unix epoch time of the signing operation (seconds)
domain: {
lengthBytes: number; // AppDomain Length
value: string; // app domain name (as url part, without encoding)
Expand Down

0 comments on commit 7e81ff2

Please sign in to comment.