Struct ckb_app_config::NetworkAlertConfig [−][src]
Expand description
Network alert config options.
Fields
signatures_threshold: usizeThe minimual number of required signatures to send a network alert.
public_keys: Vec<JsonBytes>The public keys of all the network alert signers.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more