Struct electrum_client::ScriptNotification
source · pub struct ScriptNotification {
pub scripthash: ScriptHash,
pub status: ScriptStatus,
}
Expand description
Notification of the new status of a script
Fields§
§scripthash: ScriptHash
Address that generated this notification.
status: ScriptStatus
The new status of the address.
Trait Implementations§
source§impl Debug for ScriptNotification
impl Debug for ScriptNotification
source§impl<'de> Deserialize<'de> for ScriptNotification
impl<'de> Deserialize<'de> for ScriptNotification
source§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