Skip to content

Commit

Permalink
Add bump and restore operation support to assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jul 11, 2023
1 parent da549cd commit 04fbbeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export function assembleTransaction(
break;

case "bumpFootprintExpiration":
txnBuilder.addOperation(Operation.bumpFootprintExpiration(raw.operations[0]));
break;

case "restoreFootprint":
txnBuilder.addOperation(Operation.restoreFootprint(raw.operations[0]));
break;
Expand Down

0 comments on commit 04fbbeb

Please sign in to comment.