Module solana_clap_utils::keypair

source ·
Expand description

Loading signers and keypairs from the command line.

This module contains utilities for loading Signers and Keypairs from standard signing sources, from the command line, as in the Solana CLI.

The key function here is signer_from_path, which loads a Signer from one of several possible sources by interpreting a “path” command line argument. Its documentation includes a description of all possible signing sources supported by the Solana CLI. Many other functions here are variations on, or delegate to, signer_from_path.

Structs§

Constants§

Functions§

Type Aliases§