Skip to content

Commit 37d4325

Browse files
committed
feat: publish parse convention changes for wasm-solana
Trigger version bump for the parse convention refactor that was merged with a refactor: prefix and did not publish. Ticket: BTC-3091
1 parent aa091fc commit 37d4325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/wasm-solana/js/parser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* High-level transaction parsing.
33
*
4-
* Provides types and functions for parsing Solana transactions into semantic data
5-
* matching BitGoJS's TxData format.
4+
* Provides types and functions for parsing Solana transactions into
5+
* semantic data matching BitGoJS's TxData format.
66
*
77
* All monetary amounts (amount, fee, lamports, poolTokens) are returned as bigint.
88
*/

0 commit comments

Comments
 (0)