UNPKG
@skybit/hardhat-yul
Version:
latest (4.2.1)
4.2.1
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Compile Yul smart contracts in Hardhat
github.com/SKYBITDev3/hardhat-yul
SKYBITDev3/hardhat-yul
@skybit/hardhat-yul
/
dist
/
compilation.d.ts
4 lines
•
292 B
TypeScript
View Raw
1
2
3
4
import
{
Artifacts
,
HardhatConfig
}
from
"hardhat/types"
;
export
declare
function
compileYul
(
config: HardhatConfig, artifacts: Artifacts
):
Promise
<
void
>;
export
declare
function
compileYulp
(
config: HardhatConfig, artifacts: Artifacts
):
Promise
<
void
>;
//# sourceMappingURL=compilation.d.ts.map