Allow nonce to be a BigNumber (#228).
This commit is contained in:
parent
918b66bc2e
commit
bcba17a9e7
@ -78,7 +78,7 @@ export interface TransactionReceipt {
|
|||||||
export type TransactionRequest = {
|
export type TransactionRequest = {
|
||||||
to?: string | Promise<string>,
|
to?: string | Promise<string>,
|
||||||
from?: string | Promise<string>,
|
from?: string | Promise<string>,
|
||||||
nonce?: number | string | Promise<number | string>,
|
nonce?: BigNumberish | Promise<BigNumberish>,
|
||||||
|
|
||||||
gasLimit?: BigNumberish | Promise<BigNumberish>,
|
gasLimit?: BigNumberish | Promise<BigNumberish>,
|
||||||
gasPrice?: BigNumberish | Promise<BigNumberish>,
|
gasPrice?: BigNumberish | Promise<BigNumberish>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user