Module solana_sdk::signer[][src]

Modules

keypair
null_signer
presigner
signers

Enums

SignerError

Traits

Signer

The Signer trait declares operations that all digital signature providers must support. It is the primary interface by which signers are specified in Transaction signing interfaces

Functions

unique_signers

Removes duplicate signers while preserving order. O(n²)