Struct bitcoincore_rpc_json::Softfork [−][src]
pub struct Softfork { pub type_: SoftforkType, pub bip9: Option<Bip9SoftforkInfo>, pub height: Option<u32>, pub active: bool, }
Status of a softfork
Fields
type_: SoftforkType
bip9: Option<Bip9SoftforkInfo>
height: Option<u32>
active: bool
Trait Implementations
impl<'de> Deserialize<'de> for Softfork
[src]
impl<'de> Deserialize<'de> for Softfork
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,