Type Alias ScriptStatus

Source
pub type ScriptStatus = Hex32Bytes;
Expand description

Binary blob that condenses all the activity of an address. Used to detect changes without having to compare potentially long lists of transactions.

Aliased Typeยง

pub struct ScriptStatus(/* private fields */);