[][src]Module solana_sdk::signature

The signature module provides functionality for public, and private keys.

Structs

Keypair
NullSigner

NullSigner - A Signer implementation that always produces Signature::default(). Used as a placeholder for absentee signers whose 'Pubkey` is required to construct the transaction

Presigner
Signature

Enums

ParseSignatureError
PresignerError
SignerError

Traits

Signable
Signer

Functions

keypair_from_seed
keypair_from_seed_phrase_and_passphrase
read_keypair
read_keypair_file
write_keypair
write_keypair_file