Docs.rs
multiversx-sdk-dapp-0.8.0
multiversx-sdk-dapp 0.8.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
Dependencies
anyhow ^1.0.44
normal
getrandom ^0.2.15
normal
gloo-net ^0.6.0
normal
hex ^0.4.3
normal
itertools ^0.14.0
normal
js-sys ^0.3.70
normal
log ^0.4.17
normal
multiversx-sdk =0.8.0
normal
wasm-bindgen ^0.2.93
normal
wasm-bindgen-futures ^0.4.43
normal
web-sys ^0.3.70
normal
Versions
50%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multiversx_
sdk_
dapp
0.8.0
In multiversx_
sdk_
dapp::
utils
multiversx_sdk_dapp
::
utils
Function
base64_decode
Copy item path
Source
pub fn base64_decode<T>(to_decode: T) ->
Vec
<
u8
>
where T:
AsRef
<[
u8
]>,