Crate dusk_abi[][src]

Build Status Repository Documentation

Dusk ABI

The official ABI to develop dusk-network contracts and host module for Rusk VM

See Rusk VM for further details, test cases and usage.

Re-exports

pub use host::*;

Structs

ContractId

Type used to identify a contract

ContractState

Bytes representing a contract state

Query

A generic query

ReturnValue

A generic return value

Transaction

A generic transaction

Traits

Module

The trait that host modules uses to defines their own ID for both host and hosted environment