Docs.rs
aurora-engine-sdk-1.2.1
aurora-engine-sdk 1.2.1
Permalink
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
aleksuss
vzctl
github:aurora-is-near:engine
Dependencies
aurora-engine-types ^1.2.0
normal
base64 ^0.22
normal
libsecp256k1 ^0.7
normal
sha2 ^0.10
normal
sha3 ^0.10
normal
hex ^0.4
dev
Versions
38.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module base64
aurora_
engine_
sdk
1.2.1
Module base64
Module Items
Enums
Functions
In crate aurora_
engine_
sdk
aurora_engine_sdk
Module
base64
Copy item path
Source
Enums
§
Decode
Error
Errors that can occur while decoding.
Functions
§
decode
Decode from string reference as octets using the standard
base64::Engine
.
encode
Encode arbitrary octets as base64 using the standard
base64::Engine
.