@reflexer-finance/geb-contract-base
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -18,2 +18,5 @@ import { GebProviderInterface, AbiDefinition, Inputs } from './chain-provider-interface'; | ||
}; | ||
export interface GebContractAPIConstructorInterface<T extends BaseContractAPI> { | ||
new (address: string, gebP: GebProviderInterface): T; | ||
} | ||
export declare class BaseContractAPI { | ||
@@ -20,0 +23,0 @@ address: string; |
import { GebProviderInterface, AbiDefinition, Inputs, Outputs, AbiParameter } from './chain-provider-interface'; | ||
import { BaseContractAPI, TransactionRequest, MulticallRequest } from './base-contract-api'; | ||
import { BaseContractAPI, TransactionRequest, MulticallRequest, GebContractAPIConstructorInterface } from './base-contract-api'; | ||
import { KOVAN_ADDRESSES, MAINNET_ADDRESSES, GebDeployment, ContractList, ContractKey, getAddressList } from './addreses'; | ||
export { GebProviderInterface, AbiDefinition, AbiParameter, Inputs, Outputs, BaseContractAPI, TransactionRequest, MulticallRequest, KOVAN_ADDRESSES, MAINNET_ADDRESSES, GebDeployment, ContractList, ContractKey, getAddressList, }; | ||
export { GebProviderInterface, AbiDefinition, AbiParameter, Inputs, Outputs, BaseContractAPI, GebContractAPIConstructorInterface, TransactionRequest, MulticallRequest, KOVAN_ADDRESSES, MAINNET_ADDRESSES, GebDeployment, ContractList, ContractKey, getAddressList, }; |
{ | ||
"name": "@reflexer-finance/geb-contract-base", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "baa1394687b693658b2d8658e45385b789835756" | ||
"gitHead": "b457d533cb3d7cbd3d797f151554702415402b8f" | ||
} |
@@ -25,2 +25,6 @@ import { | ||
export interface GebContractAPIConstructorInterface<T extends BaseContractAPI> { | ||
new (address: string, gebP: GebProviderInterface): T | ||
} | ||
export class BaseContractAPI { | ||
@@ -27,0 +31,0 @@ constructor( |
@@ -12,2 +12,3 @@ import { | ||
MulticallRequest, | ||
GebContractAPIConstructorInterface, | ||
} from './base-contract-api' | ||
@@ -32,2 +33,3 @@ import { | ||
BaseContractAPI, | ||
GebContractAPIConstructorInterface, | ||
TransactionRequest, | ||
@@ -34,0 +36,0 @@ MulticallRequest, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204089
21
788