@tonconnect/protocol
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -34,3 +34,6 @@ import { CHAIN } from '../../CHAIN'; | ||
timestamp: number; | ||
domain: string; | ||
domain: { | ||
lengthBytes: string; | ||
value: string; | ||
}; | ||
payload: string; | ||
@@ -37,0 +40,0 @@ signature: string; |
{ | ||
"name": "@tonconnect/protocol", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
31953
439