package
Version:
v0.0.0-...-b400eb5
Opens a new window with list of versions in this module.
Published: Aug 20, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type IngestError struct {
Code int `json:"code"`
Reason string `json:"reason"`
}
type TermsFormat struct {
Text string `json:"text"`
ID uint `json:"id"`
Mask *types.Uint256 `json:"mask"`
MaskID uint `json:"maskId"`
}
type TermsSigPayload struct {
TermsID uint `json:"terms_id"`
MaskID uint `json:"mask_id"`
Signature *types.Signature `json:"sig"`
Address *types.Address `json:"address"`
Timestamp string `json:"timestamp"`
Nonce string `json:"nonce"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.