Expand description
Concrete implementation of a Solana Signer
from raw bytes
Modules§
- seed_
derivable seed-derivable
Implementation of the SeedDerivable trait for Keypair
Structs§
- A vanilla Ed25519 key pair
Functions§
- Constructs a
Keypair
from caller-provided seed entropy - Reads a JSON-encoded
Keypair
from aReader
implementor - Reads a
Keypair
from a file - Writes a
Keypair
to aWrite
implementor with JSON-encoding - Writes a
Keypair
to a file with JSON-encoding