Module solana_sdk::signature[][src]

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

Constants

SIGNATURE_BYTES

Number of bytes in a signature

Traits

Signable
Signer

Functions

keypair_from_seed
keypair_from_seed_phrase_and_passphrase
read_keypair
read_keypair_file
unique_signers

Remove duplicates signers while preserving order. O(n²)

write_keypair
write_keypair_file