Skip to content

Commit

Permalink
Add gasPrice parameter to tx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Sep 4, 2019
1 parent 0267dfc commit bbf191c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export interface TransactionArguments {
operation?: TransactionOperation;
waitForStatus?: boolean;
fee?: number;
gasPrice?: number;
}

export interface ExchangeResponse {
Expand Down

0 comments on commit bbf191c

Please sign in to comment.