Skip to content

Commit

Permalink
Added toXDR type to Transaction class (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail authored Jan 31, 2020
1 parent 58ae561 commit 606f4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ export class Transaction<
signatureBase(): Buffer;
signHashX(preimage: Buffer | string): void;
toEnvelope(): xdr.TransactionEnvelope;
toXDR(): string;

operations: TOps;
sequence: string;
Expand Down

0 comments on commit 606f4e8

Please sign in to comment.