Docs.rs
rawtx-rs-0.1.20
rawtx-rs 0.1.20
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
0xB10C
Dependencies
bitcoin ^0.32
normal
hex ^0.4
normal
rc4 ^0.1.0
normal
optional
Versions
41.36%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
rawtx_
rs
0.1.20
Input
Sigops
Required Methods
sigops
Implementations on Foreign Types
TxIn
Implementors
In rawtx_
rs::
input
rawtx_rs
::
input
Trait
InputSigops
Copy item path
Source
pub trait InputSigops { // Required method fn
sigops
(&self) ->
Result
<
usize
,
InputError
>; }
Required Methods
§
Source
fn
sigops
(&self) ->
Result
<
usize
,
InputError
>
Implementations on Foreign Types
§
Source
§
impl
InputSigops
for
TxIn
Source
§
fn
sigops
(&self) ->
Result
<
usize
,
InputError
>
Implementors
§