We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b239b00 + 0725bd2 commit cdd95d6Copy full SHA for cdd95d6
2 files changed
.github/workflows/build-and-test.yaml
@@ -227,6 +227,7 @@ jobs:
227
with:
228
name: wasm-solana-build
229
path: |
230
+ packages/wasm-solana/pkg/
231
packages/wasm-solana/dist/
232
retention-days: 1
233
packages/wasm-solana/js/parser.ts
@@ -18,7 +18,7 @@ import type { VersionedTransaction } from "./versioned.js";
18
export type TransactionInput = Uint8Array | Transaction | VersionedTransaction;
19
20
// =============================================================================
21
-// Instruction Types - matching BitGoJS InstructionParams
+// Instruction Types - matching BitGoJS InstructionParams.
22
23
24
/** SOL transfer parameters */
0 commit comments