We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80db08 commit 63af008Copy full SHA for 63af008
primitives/src/script/mod.rs
@@ -38,13 +38,13 @@ pub type RedeemScriptBuf = ScriptBuf<RedeemScriptTag>;
38
/// A reference to a P2SH redeem script.
39
pub type RedeemScript = Script<RedeemScriptTag>;
40
41
-/// A reference to a script public key (scriptPubKey).
+/// A reference to a `scriptPubKey` (locking script).
42
pub type ScriptPubKey = Script<ScriptPubKeyTag>;
43
44
/// A reference to a script signature (scriptSig).
45
pub type ScriptSig = Script<ScriptSigTag>;
46
47
-/// A script public key (scriptPubKey).
+/// A `scriptPubKey` (locking script).
48
pub type ScriptPubKeyBuf = ScriptBuf<ScriptPubKeyTag>;
49
50
/// A script signature (scriptSig).
0 commit comments