Docs.rs
smplx-std-0.0.2
smplx-std 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Arvolear
Dependencies
either ^1.15.0
normal
serde ^1.0.228
normal
simplicityhl ^0.5.0-rc.0
normal
smplx-macros ^0.0.2
normal
smplx-sdk ^0.0.2
normal
smplx-test ^0.0.2
normal
trybuild ^1.0.115
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
WitnessTrait
simplex
0.0.2
Witness
Trait
Required Methods
build_witness
Implementors
In simplex::
program
simplex
::
program
Trait
Witness
Trait
Copy item path
Source
pub trait WitnessTrait:
DynClone
{ // Required method fn
build_witness
(&self) ->
WitnessValues
; }
Required Methods
§
Source
fn
build_witness
(&self) ->
WitnessValues
Implementors
§
Source
§
impl
WitnessTrait
for
P2PKWitness