ethereum-types: Update MethodAbi definition for solidity 0.6
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "Add `linkReferences` to `EvmBytecodeOutput` and `EvmBytecodeOutputLinkReferences` type",
|
||||
"pr": 2462
|
||||
},
|
||||
{
|
||||
"note": "Update `MethodAbi` definition for solidity 0.6",
|
||||
"pr": 2540
|
||||
}
|
||||
],
|
||||
"timestamp": 1581204851
|
||||
|
||||
@@ -91,9 +91,9 @@ export interface MethodAbi {
|
||||
name: string;
|
||||
inputs: DataItem[];
|
||||
outputs: DataItem[];
|
||||
constant: boolean;
|
||||
constant?: boolean;
|
||||
stateMutability: StateMutability;
|
||||
payable: boolean;
|
||||
payable?: boolean;
|
||||
}
|
||||
|
||||
export interface ConstructorAbi {
|
||||
|
||||
Reference in New Issue
Block a user