Define CallOpts type
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
CreateContractEvent,
|
||||
ContractEventEmitter,
|
||||
ContractEventObj,
|
||||
CallOpts,
|
||||
} from '../types';
|
||||
|
||||
const ALLOWANCE_TO_ZERO_GAS_AMOUNT = 47155;
|
||||
|
@@ -419,3 +419,7 @@ export interface Artifact {
|
||||
address: string;
|
||||
}};
|
||||
}
|
||||
|
||||
export interface CallOpts {
|
||||
defaultBlock?: Web3.BlockParam;
|
||||
}
|
||||
|
Reference in New Issue
Block a user