Struct electrum_client::ScriptNotification [−][src]
pub struct ScriptNotification {
pub scripthash: ScriptHash,
pub status: ScriptStatus,
}Expand description
Notification of the new status of a script
Fields
scripthash: ScriptHashAddress that generated this notification.
status: ScriptStatusThe new status of the address.
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