Skip to content

Commit

Permalink
Merge pull request #1360 from LimeChain/export-encodeTransaction
Browse files Browse the repository at this point in the history
Export encode transaction
  • Loading branch information
andy-haynes authored Jul 15, 2024
2 parents 6d675e9 + 3482dbb commit 430ebba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-toes-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"near-api-js": patch
---

Export encodeTransaction method in near-api-js package
1 change: 1 addition & 0 deletions packages/near-api-js/src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export {
Transaction,
encodeSignedDelegate,
encodeDelegateAction,
encodeTransaction
} from '@near-js/transactions';

import { PublicKey } from '@near-js/crypto';
Expand Down

0 comments on commit 430ebba

Please sign in to comment.