Skip to main content

ScriptPubKey

Type Alias ScriptPubKey 

Source
pub type ScriptPubKey = Script<ScriptPubKeyTag>;
Expand description

A reference to a scriptPubKey (locking script).

Aliased Typeยง

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