Struct anchor_cli::config::ProviderConfig
source · pub struct ProviderConfig {
pub cluster: Cluster,
pub wallet: WalletPath,
}Fields§
§cluster: Cluster§wallet: WalletPathTrait Implementations§
source§impl Debug for ProviderConfig
impl Debug for ProviderConfig
source§impl Default for ProviderConfig
impl Default for ProviderConfig
source§fn default() -> ProviderConfig
fn default() -> ProviderConfig
Returns the “default value” for a type. Read more