We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e59c83 commit 7f6a834Copy full SHA for 7f6a834
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "txms.js",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "Transaction messaging service protocol",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -1,4 +1,5 @@
import fs from 'fs';
+import { Buffer } from 'buffer';
export interface Transport {
encode(hex: string): string;
0 commit comments