interface GasLimitParam {
    gasLimit?: number;
}

Hierarchy (view full)

Properties

Properties

gasLimit?: number