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