Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + type Key struct + Address common.Address + PrivKey *ecdsa.PrivateKey + func CreateKey(pk *ecdsa.PrivateKey) *Key + func Generate() (*Key, error) + func Load(file string) (*Key, error) + func LoadAll(ctx context.Context, dir string) ([]*Key, error) + func (k *Key) Save(dir string) error