Skip to content

Commit

Permalink
nit: change value type to support BN and number (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 authored Oct 31, 2022
1 parent f98793a commit 26f315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ITransactionOptions {
gasPrice: BN | number | string
from?: string
to?: string
value?: string
value?: BN | number | string
data?: string
}

Expand Down

0 comments on commit 26f315b

Please sign in to comment.