Add as an option to
This commit is contained in:
parent
0bb0bff0b3
commit
1657451f37
@ -3,6 +3,7 @@
|
||||
## v0.2.4 - _TBD, 2018_
|
||||
|
||||
* Add `data` to `TxData` (#413)
|
||||
* Add `number` as an option to `ContractEventArg` (#413)
|
||||
|
||||
## v0.2.1 - _February 9, 2018_
|
||||
|
||||
|
@ -39,7 +39,7 @@ export enum AbiType {
|
||||
Fallback = 'fallback',
|
||||
}
|
||||
|
||||
export type ContractEventArg = string | BigNumber;
|
||||
export type ContractEventArg = string | BigNumber | number;
|
||||
|
||||
export interface DecodedLogArgs {
|
||||
[argName: string]: ContractEventArg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user