@tonconnect/protocol
Advanced tools
Comparing version 0.0.6 to 0.0.7
export interface DeviceInfo { | ||
platform: 'iphone' | 'ipad' | 'android' | 'windows' | 'mac' | 'linux'; | ||
platform: 'iphone' | 'ipad' | 'android' | 'windows' | 'mac' | 'linux' | 'browser'; | ||
app: string; | ||
version: string; | ||
} |
@@ -32,3 +32,8 @@ import { CHAIN } from '../../CHAIN'; | ||
name: 'ton_proof'; | ||
signature: string; | ||
proof: { | ||
timestamp: number; | ||
domain: string; | ||
payload: string; | ||
signature: string; | ||
}; | ||
} |
{ | ||
"name": "@tonconnect/protocol", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31876
436