Add data to TxData
This commit is contained in:
parent
5fbdf9cfb9
commit
f5275d3ad7
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.2.4 - _TBD, 2018_
|
||||
|
||||
* Add `data` to `TxData` (#TBD)
|
||||
|
||||
## v0.2.1 - _February 9, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
@ -2,6 +2,7 @@ import { BigNumber } from 'bignumber.js';
|
||||
import * as Web3 from 'web3';
|
||||
|
||||
export interface TxData {
|
||||
data?: string;
|
||||
from?: string;
|
||||
gas?: number;
|
||||
gasPrice?: BigNumber;
|
||||
|
Loading…
x
Reference in New Issue
Block a user