witnet-solidity-bridge
Version:
Witnet Solidity Bridge contracts for EVM-compatible chains
27 lines (25 loc) • 1.9 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 WitnetCBOR$Type {
readonly _format: "hh3-artifact-1";
readonly contractName: "WitnetCBOR";
readonly sourceName: "contracts/libs/WitnetCBOR.sol";
readonly abi: [{"inputs":[],"name":"EmptyArray","type":"error"},{"inputs":[{"internalType":"uint256","name":"length","type":"uint256"}],"name":"InvalidLengthEncoding","type":"error"},{"inputs":[{"internalType":"uint256","name":"read","type":"uint256"},{"internalType":"uint256","name":"expected","type":"uint256"}],"name":"UnexpectedMajorType","type":"error"},{"inputs":[{"internalType":"uint256","name":"unexpected","type":"uint256"}],"name":"UnsupportedMajorType","type":"error"},{"inputs":[{"internalType":"uint256","name":"primitive","type":"uint256"}],"name":"UnsupportedPrimitive","type":"error"}];
readonly bytecode: "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea264697066735822122030c5879b8f9bcdf50e9149ebca11b255f3c35948d1f4286c9244c1f21a48d7f964736f6c634300081e0033";
readonly deployedBytecode: "0x730000000000000000000000000000000000000000301460806040525f5ffdfea264697066735822122030c5879b8f9bcdf50e9149ebca11b255f3c35948d1f4286c9244c1f21a48d7f964736f6c634300081e0033";
readonly linkReferences: {};
readonly deployedLinkReferences: {};
readonly immutableReferences: {};
readonly inputSourceName: "project/contracts/libs/WitnetCBOR.sol";
readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};
import "hardhat/types/artifacts";
declare module "hardhat/types/artifacts" {
interface ArtifactMap {
["WitnetCBOR"]: WitnetCBOR$Type;
["contracts/libs/WitnetCBOR.sol:WitnetCBOR"]: WitnetCBOR$Type;
}
}