algonaut 0.9.0

A Rusty sdk for the Algorand blockchain.
Documentation
//! Offline integration tests for algonaut's public API and proc-macros.
//!
//! These need no node: they exercise the `contract!`-generated clients (ARC-4
//! and ARC-56) and the logic-signature APIs. Each area is a module below, all
//! compiled into a single `integration` test binary.

mod arc56_test;
mod array_args;
mod box_references;
mod contract_macro;
mod contract_macro_arc56;
mod contract_macro_deploy;
mod logic_signature;
mod reference_args;
mod sourced_defaults;
mod transaction_args;
mod tuple_args;
mod ufixed_args;
mod unsupported;