Module IConfig

Module IConfig 

Source
Expand description

Module containing a contract’s types and functions.

library IConfig {
    type AccessType is uint8;
}

Structs§

AccessType
IConfigInstance
A IConfig instance.

Functions§

new
Creates a new wrapper around an on-chain IConfig contract instance.