# Functions
No description provided by the author
No description provided by the author
NewFileKey creates a new account key that is stored to a separate file in the provided location.
No description provided by the author
PrivateKeyFile returns the private key file name for an account.
No description provided by the author
# Structs
Account is defined by an address and name and contains an Key which can be used for signing.
BIP44Key implements https://github.com/onflow/flow/blob/master/flips/20201125-bip-44-multi-account.md.
FileKey represents a key that is saved in a seperate file and will be lazy-loaded.
HexKey implements account key in hex representation.
KMSKey implements Gcloud KMS system for signing.
PublicKey contains public account key information.
# Interfaces
Key defines functions any key representation must implement.
# Type aliases
Accounts is a collection of account.