Fix a compiler error with constructor enum
This commit is contained in:
@@ -64,7 +64,7 @@ export const utils = {
|
|||||||
},
|
},
|
||||||
getEmptyConstructor(): Web3.ConstructorAbi {
|
getEmptyConstructor(): Web3.ConstructorAbi {
|
||||||
return {
|
return {
|
||||||
type: 'constructor',
|
type: Web3.AbiType.Constructor,
|
||||||
stateMutability: 'nonpayable',
|
stateMutability: 'nonpayable',
|
||||||
payable: false,
|
payable: false,
|
||||||
inputs: [],
|
inputs: [],
|
||||||
|
Reference in New Issue
Block a user