@stabbleorg/anchor-contrib
Advanced tools
Comparing version
export * from "./wallet"; | ||
export * from "./helius"; | ||
export * from "./listener"; | ||
export * from "./parser"; |
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./listener"), exports); | ||
__exportStar(require("./parser"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -201,3 +201,3 @@ "use strict"; | ||
if (!this.provider.sendAndConfirm) | ||
throw Error("sendAndConfirm is not implemented in this Provider"); | ||
throw Error("'sendAndConfirm' is not implemented in this Provider"); | ||
return this.provider.sendAndConfirm(transaction, signers, { minContextSlot }); | ||
@@ -204,0 +204,0 @@ }); |
{ | ||
"name": "@stabbleorg/anchor-contrib", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
export * from "./wallet"; | ||
export * from "./helius"; | ||
export * from "./listener"; | ||
export * from "./parser"; |
@@ -283,3 +283,3 @@ import bs58 from "bs58"; | ||
if (!this.provider.sendAndConfirm) throw Error("sendAndConfirm is not implemented in this Provider"); | ||
if (!this.provider.sendAndConfirm) throw Error("'sendAndConfirm' is not implemented in this Provider"); | ||
@@ -286,0 +286,0 @@ return this.provider.sendAndConfirm(transaction, signers, { minContextSlot }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32135
2.48%21
23.53%599
2.92%