Versions in this module Expand all Collapse all v1 v1.0.1 Jan 7, 2025 v1.0.0 Jan 6, 2025 Changes in this version + type Ed25519KeyPair struct + AccountID string + Ed25519PrivKey ed25519.PrivateKey + Ed25519PubKey ed25519.PublicKey + PrivateKey string + PublicKey string + SecretKey string + func GenerateEd25519KeyPair(accountID string) (*Ed25519KeyPair, error) + func KeyPairFromPrivateKey(accountID string, privateKey ed25519.PrivateKey) *Ed25519KeyPair + func LoadKeyPairFromPath(path, accountID string) (*Ed25519KeyPair, error) + func (kp *Ed25519KeyPair) Write(networkID string) (string, error)