Docs.rs
bitcoin-cash-0.2.3
bitcoin-cash 0.2.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
EyeOfPython
Dependencies
base64 ^0.12
normal
bimap ^0.5
normal
bitcoin-cash-base ^0.2.0
normal
bitcoin-cash-script-macro ^0.2.0
normal
bitflags ^1.2
normal
byteorder ^1.3
normal
error-chain ^0.12
normal
hex ^0.4
normal
hex-literal ^0.3
normal
num ^0.3
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
ripemd160 ^0.9
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
sha-1 ^0.9
normal
sha2 ^0.9
normal
Versions
9.04%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Ops
bitcoin_
cash
0.2.3
Ops
Required Methods
ops
Implementors
In crate bitcoin_
cash
bitcoin_cash
Trait
Ops
Copy item path
Source
pub trait Ops { // Required method fn
ops
(&self) ->
Cow
<'_, [
TaggedOp
]>; }
Required Methods
§
Source
fn
ops
(&self) ->
Cow
<'_, [
TaggedOp
]>
Implementors
§
Source
§
impl
Ops
for
P2PKHInputs
Source
§
impl
Ops
for
P2SHInputs
Source
§
impl
Ops
for
Script
Source
§
impl<I:
InputScript
>
Ops
for
TaggedScript
<I>