Structs§
- A vanilla Ed25519 key pair
Functions§
- Constructs a
Keypair
from caller-provided seed entropy - Generates a Keypair using Bip32 Hierarchical Derivation if derivation-path is provided; otherwise generates the base Bip44 Solana keypair from the seed
- Reads a JSON-encoded
Keypair
from aReader
implementor - Reads a
Keypair
from a file - Writes a
Keypair
to aWrite
implementor with JSON-encoding - Writes a
Keypair
to a file with JSON-encoding