solana_sdk::signer

Module keypair

Source

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 a Reader implementor
read_keypair_file
Reads a Keypair from a file
write_keypair
Writes a Keypair to a Write implementor with JSON-encoding
write_keypair_file
Writes a Keypair to a file with JSON-encoding