Skip to content

Commit 7f6112a

Browse files
committed
fix(wasm-solana): update module documentation
Add note about accepting Transaction objects in addition to bytes. Ticket: BTC-2988
1 parent ae648c8 commit 7f6112a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/wasm-solana/js/parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* matching BitGoJS's TxData format.
66
*
77
* All monetary amounts (amount, fee, lamports, poolTokens) are returned as bigint.
8+
* Accepts both raw bytes and Transaction objects for convenience.
89
*/
910

1011
import { ParserNamespace } from "./wasm/wasm_solana.js";

0 commit comments

Comments
 (0)