Docs.rs
disarray-ledger-0.1.20
disarray-ledger 0.1.20
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
algae ^0.1.13
normal
bincode ^1.3.3
normal
blake3 ^1.3.1
normal
bytes ^1.2.1
normal
ckb-merkle-mountain-range ^0.5.2
normal
crossbeam ^0.8.2
normal
digest ^0.10.5
normal
hex ^0.4.3
normal
hex-literal ^0.3.4
normal
itertools ^0.10.5
normal
log ^0.4.17
normal
once_cell ^1.15.0
normal
scsys ^0.1.26
normal
serde ^1.0.147
normal
serde_json ^1.0.87
normal
slab ^0.4.7
normal
strum ^0.24.1
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.16
normal
typenum ^1.15.0
normal
env_logger ^0.9.1
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SignatureWrapper
Required Methods
public_key
signature
Implementors
In disarray_ledger::transactions
?
Trait
disarray_ledger
::
transactions
::
SignatureWrapper
source
·
[
−
]
pub trait SignatureWrapper { fn
public_key
(&self) ->
Vec
<
u8
>
ⓘ
;
fn
signature
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
source
fn
public_key
(&self) ->
Vec
<
u8
>
ⓘ
source
fn
signature
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
source
impl
SignatureWrapper
for
Sign