Update packages/contract-wrappers/src/types.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
parent
0c91bf1415
commit
7a38a196ad
@ -142,7 +142,7 @@ export interface MethodOpts {
|
|||||||
/**
|
/**
|
||||||
* gasPrice: Gas price in Wei to use for a transaction
|
* gasPrice: Gas price in Wei to use for a transaction
|
||||||
* gasLimit: The amount of gas to send with a transaction (in Gwei)
|
* gasLimit: The amount of gas to send with a transaction (in Gwei)
|
||||||
* nonce: The nonce to use for a transaction
|
* nonce: The nonce to use for a transaction. If not specified, it defaults to the next incremented nonce.
|
||||||
*/
|
*/
|
||||||
export interface TransactionOpts {
|
export interface TransactionOpts {
|
||||||
gasPrice?: BigNumber;
|
gasPrice?: BigNumber;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user