witnet-solidity-bridge
Version:
Witnet Solidity Bridge contracts for EVM-compatible chains
27 lines (25 loc) • 1.72 kB
TypeScript
// This file was autogenerated by Hardhat, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable
// biome-ignore format: see above
export interface WitnetBuffer$Type {
readonly _format: "hh3-artifact-1";
readonly contractName: "WitnetBuffer";
readonly sourceName: "contracts/libs/WitnetBuffer.sol";
readonly abi: [{"inputs":[],"name":"EmptyBuffer","type":"error"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"},{"internalType":"uint256","name":"range","type":"uint256"}],"name":"IndexOutOfBounds","type":"error"},{"inputs":[{"internalType":"uint256","name":"expected","type":"uint256"},{"internalType":"uint256","name":"given","type":"uint256"}],"name":"MissingArgs","type":"error"}];
readonly bytecode: "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220a612218ab00c85ba4bf1846733a338723120d589079ca4203a1bc418009f247264736f6c634300081e0033";
readonly deployedBytecode: "0x730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220a612218ab00c85ba4bf1846733a338723120d589079ca4203a1bc418009f247264736f6c634300081e0033";
readonly linkReferences: {};
readonly deployedLinkReferences: {};
readonly immutableReferences: {};
readonly inputSourceName: "project/contracts/libs/WitnetBuffer.sol";
readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};
import "hardhat/types/artifacts";
declare module "hardhat/types/artifacts" {
interface ArtifactMap {
["WitnetBuffer"]: WitnetBuffer$Type;
["contracts/libs/WitnetBuffer.sol:WitnetBuffer"]: WitnetBuffer$Type;
}
}