UNPKG

@pvpbet/pvpbet

Version:

A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).

61 lines (55 loc) 2.43 kB
// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import type { Address } from "viem"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import "@nomicfoundation/hardhat-viem/types"; export interface StringLib$Type { "_format": "hh-sol-artifact-1", "contractName": "StringLib", "sourceName": "contracts/lib/String.sol", "abi": [], "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122062d40488c71bfb0c26caa239663cca2dbe63cefdca63ec4849e0be1dea94a52d64736f6c63430008140033", "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122062d40488c71bfb0c26caa239663cca2dbe63cefdca63ec4849e0be1dea94a52d64736f6c63430008140033", "linkReferences": {}, "deployedLinkReferences": {} } declare module "@nomicfoundation/hardhat-viem/types" { export function deployContract( contractName: "StringLib", constructorArgs?: [], config?: DeployContractConfig ): Promise<GetContractReturnType<StringLib$Type["abi"]>>; export function deployContract( contractName: "contracts/lib/String.sol:StringLib", constructorArgs?: [], config?: DeployContractConfig ): Promise<GetContractReturnType<StringLib$Type["abi"]>>; export function sendDeploymentTransaction( contractName: "StringLib", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType<StringLib$Type["abi"]>; deploymentTransaction: GetTransactionReturnType; }>; export function sendDeploymentTransaction( contractName: "contracts/lib/String.sol:StringLib", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType<StringLib$Type["abi"]>; deploymentTransaction: GetTransactionReturnType; }>; export function getContractAt( contractName: "StringLib", address: Address, config?: GetContractAtConfig ): Promise<GetContractReturnType<StringLib$Type["abi"]>>; export function getContractAt( contractName: "contracts/lib/String.sol:StringLib", address: Address, config?: GetContractAtConfig ): Promise<GetContractReturnType<StringLib$Type["abi"]>>; }