Struct bitcoin_argsman::BaseChainParams
source · pub struct BaseChainParams {
pub rpc_port: u16,
pub onion_service_target_port: u16,
pub str_data_dir: String,
}Expand description
| BaseChainParams defines the base | parameters (shared between bitcoin-cli | and bitcoind) of a given instance of | the Bitcoin system. |
Fields§
§rpc_port: u16§onion_service_target_port: u16§str_data_dir: StringImplementations§
Trait Implementations§
source§impl Default for BaseChainParams
impl Default for BaseChainParams
source§fn default() -> BaseChainParams
fn default() -> BaseChainParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BaseChainParams
impl Send for BaseChainParams
impl Sync for BaseChainParams
impl Unpin for BaseChainParams
impl UnwindSafe for BaseChainParams
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more