Skip to content

Commit 9d0ca74

Browse files
committed
feat: trigger publish for wasm-solana parse convention
The parse convention refactor (PR #181) was merged with a refactor: prefix which did not trigger a version bump. Ticket: BTC-3091
1 parent 3901b52 commit 9d0ca74

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)