package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 11, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Domain struct {
LengthBytes uint32 `json:"lengthBytes"`
Value string `json:"value"`
}
type Payload struct {
Payload string `json:"payload"`
}
type PayloadConfig struct {
Secret string
PayloadTTL int64
}
type Proof struct {
Timestamp int64 `json:"timestamp"`
Domain Domain `json:"domain"`
Signature string `json:"signature"`
Payload string `json:"payload"`
StateInit string `json:"stateInit"`
}
type TonProofRequest struct {
Address string `json:"address"`
Network string `json:"network"`
PublicKey string `json:"publicKey"`
Proof Proof `json:"proof"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.