Expand description

Module containing a contract’s types and functions.

library Enum {
    type Operation is uint8;
}

Structs§

EnumInstance
A Enum instance.
Operation

Functions§

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