Expand description
Concrete implementation of a Solana Signer
from raw bytes
Modules§
- seed_
derivable seed-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 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