waves-rust 0.2.6

A Rust library for interacting with the Waves blockchain. Supports node interaction, offline transaction signing and creating addresses and keys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod action_error;
mod burn_action;
mod invoke_action;
mod issue_action;
mod reissue_action;
mod script_transfer;
mod sponsor_fee_action;

pub use action_error::*;
pub use burn_action::*;
pub use invoke_action::*;
pub use issue_action::*;
pub use reissue_action::*;
pub use script_transfer::*;
pub use sponsor_fee_action::*;