Docs.rs
ethcontract-fork-0.25.6-fork
ethcontract-fork 0.25.6-fork
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cattingcat
Dependencies
arrayvec ^0.7
normal
aws-config ^0.55
normal
optional
aws-sdk-kms ^0.28
normal
optional
ethcontract-common ^0.25.6
normal
ethcontract-derive-fork ^0.25.6
normal
optional
futures ^0.3
normal
futures-timer ^3.0
normal
hex ^0.4
normal
jsonrpc-core ^18.0
normal
lazy_static ^1.4
normal
primitive-types ^0.12
normal
rlp ^0.5
normal
optional
secp256k1 ^0.27
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
uint ^0.9
normal
web3 ^0.19
normal
zeroize ^1.1
normal
hex-literal ^0.4
dev
tokio ^1.6
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
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
ethcontract
0.25.6-fork
Address
Aliased type
Fields
0
Trait Implementations
Tokenize
In ethcontract::prelude
Type Alias
ethcontract
::
prelude
::
Address
Copy item path
source
·
[
−
]
pub type Address =
H160
;
Expand description
Address
Aliased Type
§
struct Address(pub [
u8
;
20
]);
Fields
§
§
0: [
u8
;
20
]
Trait Implementations
§
source
§
impl
Tokenize
for
Address
source
§
fn
from_token
(token:
Token
) ->
Result
<Self,
Error
>
Convert self into token.
source
§
fn
into_token
(self) ->
Token
Convert token into Self.