Crate solana_keypair

Source
Expand description

Concrete implementation of a Solana Signer from raw bytes

Modules§

seed_derivableseed-derivable
Implementation of the SeedDerivable trait for Keypair
signable

Structs§

Keypair
A vanilla Ed25519 key pair

Functions§

keypair_from_seed
Constructs a Keypair from caller-provided seed entropy
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