Module Common

Expand description

Module containing a contract’s types and functions.

library Common {
    struct CIDV1 { bytes4 prefixes; bytes32 hash; }
}

Structs§

CIDV1
CommonInstance
A Common instance.

Functions§

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