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