contract
extension developers can use contract API to interact with project contract files, compiled ABIs, parameters set for inputs and deployment addresses.
contract.list() => string[]
contract.abi() => Promise<ContractABI[] | JsonFragment[] | undefined>
contract.getContractAddress() => Promise<string | undefined>
contract.getFunctionInput() => Promise<object | undefined>
contract.getConstructorInput() => Promise<object | undefined>
Last updated