zera-sdk 0.1.0

Rust SDK for ZERA transactions, validator APIs, and bridge workflows
Documentation
1
2
3
4
5
6
pub mod transaction;

pub use transaction::{
    build_vote_txn, build_vote_txn_with_client, create_vote_txn, send_vote_txn,
    BuildVoteTxnOptions, CreateVoteTxnOptions,
};