Skip to content

Commit

Permalink
export the async decodeTransaction function from library (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre94 authored Jan 31, 2024
1 parent 495a9b1 commit 71dcc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export * from '@solana/rpc-types';
export * from '@solana/signers';
export * from '@solana/transactions';
export * from './airdrop';
export * from './decode-transaction';
export * from './rpc';
export * from './rpc-transport';
export * from './rpc-websocket-transport';
Expand Down

0 comments on commit 71dcc4e

Please sign in to comment.