Skip to content

Commit

Permalink
Fix typings for Transaction Sequence Number (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored and abuiles committed Jul 17, 2019
1 parent 3ae7388 commit 261c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export class Transaction<
toEnvelope(): xdr.TransactionEnvelope;

operations: TOps;
sequence: number;
sequence: string;
fee: number;
source: string;
memo: TMemo;
Expand Down

0 comments on commit 261c8e6

Please sign in to comment.