Contract: Common.CompiledContract & {
    db: {
        callBytecode: Resources.IdObject<"bytecodes">;
        contract: Resources.IdObject<"contracts">;
        createBytecode: Resources.IdObject<"bytecodes">;
        source: Resources.IdObject<"sources">;
    };
}

Type declaration

Generated using TypeDoc