thru-abi-gen 0.2.30

ABI code generation utilities for the Thru blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod builder;
pub mod enum_utils;
pub mod footprint;
pub mod from_array;
pub mod helpers;
pub mod ir_helpers;
pub mod ir_serialization;
pub mod new_method;
pub mod param_cache;
pub mod runtime;
pub mod types;

/* Re-export main public functions */
pub use builder::emit_builder;
pub use footprint::emit_footprint_method;
pub use from_array::emit_from_array_method;
pub use new_method::emit_new_method;
pub use types::emit_type;