UNPKG
zodor-protocol-web3
Version:
latest (1.12.0-development)
1.12.0-development
1.11.0-development
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
SDK to interact with zodor protocol
zodor-protocol-web3
/
dist
/
esm
/
factories
/
ContractFactory.d.ts
5 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
import { Contract, ContractRunner, Interface, InterfaceAbi } from
'ethers'
; export declare
class
ContractFactory
{ createContract(contractAddress: string, abi: Interface | InterfaceAbi, runner?: ContractRunner): Contract; } //
# sourceMappingURL=ContractFactory.d.ts.map