dharitri-sc 0.12.3

Dharitri smart contract API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod arg_buffer;
mod async_call_result;
mod boxed_bytes;
mod h256;
mod h256_address;
mod queue;

pub use arg_buffer::ArgBuffer;
pub use async_call_result::{AsyncCallError, AsyncCallResult};
pub use boxed_bytes::BoxedBytes;
pub use h256::H256;
pub use h256_address::Address;
pub use queue::Queue;

pub use alloc::{boxed::Box, string::String, vec::Vec};