Module solana_sdk::signer::keypair[][src]

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 a Reader implementor

Reads a Keypair from a file

Writes a Keypair to a Write implementor with JSON-encoding

Writes a Keypair to a file with JSON-encoding