Docs.rs
etcommon-block-0.5.1
etcommon-block 0.5.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
splix
github:etcdevteam:crate
Dependencies
etcommon-bigint ^0.2
normal
etcommon-block-core ^0.3
normal
etcommon-bloom ^0.2
normal
etcommon-rlp ^0.2
normal
etcommon-trie ^0.4
normal
libsecp256k1 ^0.1
normal
secp256k1-plus ^0.5
normal
sha3 ^0.6
normal
etcommon-hexutil ^0.2
dev
rand ^0.3
dev
serde ^1.0
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
SignaturePatch
Required Methods
chain_id
Implementors
In block
?
Trait
block
::
SignaturePatch
source
·
[
−
]
pub trait SignaturePatch { fn
chain_id
() ->
Option
<
u64
>; }
Expand description
Refer to EIP155 related to chain ID.
Required Methods
§
source
fn
chain_id
() ->
Option
<
u64
>
Implementors
§
source
§
impl
SignaturePatch
for
ClassicSignaturePatch
source
§
impl
SignaturePatch
for
GlobalSignaturePatch