Docs.rs
tg-bindings-0.5.3
tg-bindings 0.5.3
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.0.0-beta
normal
schemars ^0.8
normal
serde ^1.0.103
normal
sha2 ^0.9
normal
cosmwasm-schema ^1.0.0-beta
dev
hex-literal ^0.3.1
dev
Versions
60.8%
of the crate is documented
Go to latest version
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
☰
Trait ToAddress
Required Methods
to_address
Implementors
Other items in
tg_bindings
?
Trait
tg_bindings
::
ToAddress
source
·
[
−
]
pub trait ToAddress { fn
to_address
(&self) ->
[
u8
; 20]
; }
Required methods
source
fn
to_address
(&self) ->
[
u8
; 20]
Implementors
source
impl
ToAddress
for
Ed25519Pubkey