Updated gasPrice to be optional for eip-1559 (#1610).
This commit is contained in:
parent
ba6854bdd5
commit
e95708eedc
@ -59,7 +59,7 @@ export interface Transaction {
|
|||||||
nonce: number;
|
nonce: number;
|
||||||
|
|
||||||
gasLimit: BigNumber;
|
gasLimit: BigNumber;
|
||||||
gasPrice: BigNumber;
|
gasPrice?: BigNumber;
|
||||||
|
|
||||||
data: string;
|
data: string;
|
||||||
value: BigNumber;
|
value: BigNumber;
|
||||||
|
Loading…
Reference in New Issue
Block a user