We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae648c8 commit 7f6112aCopy full SHA for 7f6112a
1 file changed
packages/wasm-solana/js/parser.ts
@@ -5,6 +5,7 @@
5
* matching BitGoJS's TxData format.
6
*
7
* All monetary amounts (amount, fee, lamports, poolTokens) are returned as bigint.
8
+ * Accepts both raw bytes and Transaction objects for convenience.
9
*/
10
11
import { ParserNamespace } from "./wasm/wasm_solana.js";
0 commit comments