Docs.rs
bp-core-0.11.0-beta.5
bp-core 0.11.0-beta.5
Docs.rs crate page
Apache-2.0
19 March 2024
Links
Homepage
Repository
crates.io
Source
Owners
dr-orlovsky
lnpbp-consensus-maintainers
Dependencies
amplify ^4.6.0
normal
bp-consensus ^0.11.0-beta.5
normal
bp-dbc ^0.11.0-beta.5
normal
bp-seals ^0.11.0-beta.5
normal
commit_verify ^0.11.0-beta.5
normal
serde ^1
normal
optional
single_use_seals ^0.11.0-beta.5
normal
strict_encoding ^2.7.0-beta.1
normal
strict_types ^2.7.0-beta.2
normal
optional
getrandom ^0.2
normal
rand ^0.8.4
normal
optional
wasm-bindgen ^0.2
normal
wasm-bindgen-test ^0.3
dev
Versions
100%
of the crate is documented
Go to latest stable release
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
bp
0.11.0-beta.5
LenVarInt
Required Methods
len_var_int
Implementations on Foreign Types
Confined<Vec<T>, 0, bc::::coding::VarIntArray::{constant#1}>
Implementors
In crate bp
?
Trait
bp
::
LenVarInt
source
·
[
−
]
pub trait LenVarInt { // Required method fn
len_var_int
(&self) ->
VarInt
; }
Required Methods
§
source
fn
len_var_int
(&self) ->
VarInt
Implementations on Foreign Types
§
source
§
impl<T>
LenVarInt
for
Confined
<
Vec
<T>, 0, bc::::coding::VarIntArray::{constant#1}>
source
§
fn
len_var_int
(&self) ->
VarInt
Implementors
§