Struct solana_cli::cli::CliConfig [−][src]
Fields
command: CliCommand
json_rpc_url: String
websocket_url: String
signers: Vec<&'a dyn Signer>
keypair_path: String
rpc_client: Option<RpcClient>
rpc_timeout: Duration
verbose: bool
output_format: OutputFormat
commitment: CommitmentConfig
send_transaction_config: RpcSendTransactionConfig
address_labels: HashMap<String, String>
Implementations
impl CliConfig<'_>
[src][−]
pub fn compute_websocket_url_setting(
websocket_cmd_url: &str,
websocket_cfg_url: &str,
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
[src]
websocket_cmd_url: &str,
websocket_cfg_url: &str,
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
pub fn compute_json_rpc_url_setting(
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
[src]
json_rpc_cmd_url: &str,
json_rpc_cfg_url: &str
) -> (SettingType, String)
pub fn compute_keypair_path_setting(
keypair_cmd_path: &str,
keypair_cfg_path: &str
) -> (SettingType, String)
[src]
keypair_cmd_path: &str,
keypair_cfg_path: &str
) -> (SettingType, String)
pub fn compute_commitment_config(
commitment_cmd: &str,
commitment_cfg: &str
) -> (SettingType, CommitmentConfig)
[src]
commitment_cmd: &str,
commitment_cfg: &str
) -> (SettingType, CommitmentConfig)
pub fn recent_for_tests() -> Self
[src]
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for CliConfig<'a>
impl<'a> !Send for CliConfig<'a>
impl<'a> !Sync for CliConfig<'a>
impl<'a> Unpin for CliConfig<'a>
impl<'a> !UnwindSafe for CliConfig<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,