package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Apr 30, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KeyManager struct {
ServiceName string `json:"service_name"`
KeyPairs []*KeyPair `json:"key_pairs"`
}
type KeyPair struct {
PrivateKey string `json:"private_key"`
PublicKey string `json:"public_key"`
Address string `json:"address"`
ExternalData map[string]interface{} `json:"external_data,omitempty"`
IsLockExternalData bool `json:"is_lock_external_data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.