Interface RequiredOptions

interface RequiredOptions {
    chain: string;
}

Hierarchy (view full)

Properties

Properties

chain: string