unc-vm-runner 0.12.2

This crate implements the specification of the interface that unc blockchain exposes to the smart contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod alt_bn128;
mod context;
mod ed25519_verify;
mod gas_counter;
pub(crate) mod helpers;
mod iterators;
mod logs;
mod miscs;
mod promises;
mod registers;
mod storage_read_write;
mod storage_usage;
mod view_method;
mod vm_logic_builder;

use vm_logic_builder::TestVMLogic;