Docs.rs
tg-bindings-0.17.1
tg-bindings 0.17.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ethanfrey
github:confio:developers
maurolacy
uint
Dependencies
base64 ^0.13
normal
cosmwasm-std ^1.1.9
normal
schemars ^0.8
normal
serde ^1.0.103
normal
sha2 ^0.9
normal
cosmwasm-schema ^1.1.9
dev
hex-literal ^0.3.1
dev
Versions
60.74%
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
ToAddress
tg_
bindings
0.17.1
ToAddress
Required Methods
to_address
Implementors
In crate tg_
bindings
tg_bindings
Trait
ToAddress
Copy item path
Source
pub trait ToAddress { // Required method fn
to_address
(&self) -> [
u8
;
20
]; }
Required Methods
§
Source
fn
to_address
(&self) -> [
u8
;
20
]
Implementors
§
Source
§
impl
ToAddress
for
Ed25519Pubkey