Discover Packages
github.com/luxfi/mpc
pkg
identity
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func NewFileStore(identityDir, nodeName string , decrypt bool ) (*fileStore, error )
NewFileStore creates a new identity store
type NodeIdentity struct {
NodeName string `json:"node_name"`
NodeID string `json:"node_id"`
PublicKey string `json:"public_key"`
CreatedAt string `json:"created_at"`
}
NodeIdentity represents a node's identity information
Store manages node identities
Source Files
¶
Click to show internal directories.
Click to hide internal directories.