Constructor¶
function TransactionExtraInfo(gasPrice, gasLimit)
Parameter
gasPrice
-String
The gas price for the transaction.
gasLimit
-String
The gas limit for the transaction.
Property¶
gasPrice¶
Type: String
Description: gas price passed by constructor.
gasLimit¶
Type: String
Description: gas limit passed by constructor.