Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigConstants ¶
type ConfigSettings ¶
type KeyData ¶
type KeyData struct {
Info KeyExistence `json:"info"`
Proof *wallets.SignedKeyExistenceProof `json:"proof"`
}
type KeyExistence ¶
type KeyExistence struct {
TeeID common.Address `json:"teeId"`
WalletID common.Hash `json:"walletId"`
KeyID uint64 `json:"keyId"`
KeyType common.Hash `json:"keyType"`
SigningAlgo common.Hash `json:"signingAlgo"`
PublicKey hexutil.Bytes `json:"publicKye"`
Nonce *big.Int `json:"nonce"`
Restored bool `json:"restore"`
ConfigConstants ConfigConstants `json:"configConstants"`
SettingsVersion common.Hash `json:"settingsVersion"`
Settings hexutil.Bytes `json:"settings"`
}
Click to show internal directories.
Click to hide internal directories.