Skip to content

Commit

Permalink
fix: export encodeTransaction in near-api-js package
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsonevv committed Jul 3, 2024
1 parent ed54e10 commit ec3eb2b
Show file tree
Hide file tree
Showing 2 changed files with 1,725 additions and 1,579 deletions.
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
Loading

0 comments on commit ec3eb2b

Please sign in to comment.