diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2018-11-20 23:42:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 23:42:49 +0800 |
commit | 7a38a196ad749699965f86e85e2a3caeada9a4bc (patch) | |
tree | ff87ac8995199f921bbf77c0840d8aebeb991d65 /packages | |
parent | 0c91bf1415a384ed18a630c89fe974f768040234 (diff) | |
download | dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar.gz dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar.bz2 dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar.lz dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar.xz dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.tar.zst dexon-sol-tools-7a38a196ad749699965f86e85e2a3caeada9a4bc.zip |
Update packages/contract-wrappers/src/types.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/contract-wrappers/src/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract-wrappers/src/types.ts b/packages/contract-wrappers/src/types.ts index 21033cf3c..14d4649ae 100644 --- a/packages/contract-wrappers/src/types.ts +++ b/packages/contract-wrappers/src/types.ts @@ -142,7 +142,7 @@ export interface MethodOpts { /** * gasPrice: Gas price in Wei to use for a transaction * 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 { gasPrice?: BigNumber; |