Script¶
Also see:
Aliased as: outputScript()
Rust source code: src/stdlib/btc.rs:N/A
explicitScript()
¶
explicitScript(Descriptor<Definite>|WshScript) -> Script
Rust source code: src/stdlib/btc.rs:N/A
Script
¶
Construction Examples:
`$alice OP_CHECKSIG``2 2 OP_ADD pickAlt(3) OP_EQUAL`script(0x76a9147d9620d04e5eac6b9715d37112cbb9ca0c92679388ac)OP_TOALTSTACK*3(script repetition)
Underlying type: bitcoin::ScriptBuf
Rust source code: src/stdlib/btc.rs:N/A
Aliased as: minimal_non_dust
Only available for scripts representing the scriptPubKey of a witness program.