Struct bitcoin::util::contracthash::Template [−][src]
pub struct Template(_);
👎 Deprecated
Expand description
A script template
Implementations
👎 Deprecated
👎 Deprecated
Instantiate a template
👎 Deprecated
👎 Deprecated
Returns the number of keys this template requires to instantiate
👎 Deprecated
👎 Deprecated
If the first push in the template is a number, return this number. For the common case of standard multisig templates, such a number will exist and will represent the number of signatures that are required for the script to pass.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Template
impl UnwindSafe for Template
Blanket Implementations
Mutably borrows from an owned value. Read more