@saberhq/solana-contrib
Advanced tools
Comparing version 1.10.13 to 1.10.14
export * from "./instructions"; | ||
export * from "./isPublicKey"; | ||
export * from "./publicKey"; | ||
export * from "./simulateTransactionWithCommitment"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
(0, tslib_1.__exportStar)(require("./instructions"), exports); | ||
(0, tslib_1.__exportStar)(require("./isPublicKey"), exports); | ||
(0, tslib_1.__exportStar)(require("./publicKey"), exports); | ||
(0, tslib_1.__exportStar)(require("./simulateTransactionWithCommitment"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,3 @@ | ||
import { PublicKey, TransactionInstruction } from "@solana/web3.js"; | ||
import { TransactionInstruction } from "@solana/web3.js"; | ||
import { PublicKey } from "./publicKey"; | ||
/** | ||
@@ -3,0 +4,0 @@ * ID of the memo program. |
@@ -5,6 +5,7 @@ "use strict"; | ||
const web3_js_1 = require("@solana/web3.js"); | ||
const publicKey_1 = require("./publicKey"); | ||
/** | ||
* ID of the memo program. | ||
*/ | ||
exports.MEMO_PROGRAM_ID = new web3_js_1.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"); | ||
exports.MEMO_PROGRAM_ID = new publicKey_1.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"); | ||
/** | ||
@@ -11,0 +12,0 @@ * Creates a memo program instruction. |
export * from "./instructions"; | ||
export * from "./isPublicKey"; | ||
export * from "./publicKey"; | ||
export * from "./simulateTransactionWithCommitment"; | ||
//# sourceMappingURL=index.d.ts.map |
export * from "./instructions"; | ||
export * from "./isPublicKey"; | ||
export * from "./publicKey"; | ||
export * from "./simulateTransactionWithCommitment"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,3 @@ | ||
import { PublicKey, TransactionInstruction } from "@solana/web3.js"; | ||
import { TransactionInstruction } from "@solana/web3.js"; | ||
import { PublicKey } from "./publicKey"; | ||
/** | ||
@@ -3,0 +4,0 @@ * ID of the memo program. |
@@ -1,2 +0,3 @@ | ||
import { PublicKey, TransactionInstruction } from "@solana/web3.js"; | ||
import { TransactionInstruction } from "@solana/web3.js"; | ||
import { PublicKey } from "./publicKey"; | ||
/** | ||
@@ -3,0 +4,0 @@ * ID of the memo program. |
{ | ||
"name": "@saberhq/solana-contrib", | ||
"version": "1.10.13", | ||
"version": "1.10.14", | ||
"description": "Common types and libraries for Solana", | ||
@@ -41,3 +41,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
}, | ||
"gitHead": "0cc42b9bdb852dc2f140018d0bab9344acec33c0", | ||
"gitHead": "6aad6d99e0048a52fe1026c6b2820d9e3cf7ba56", | ||
"publishConfig": { | ||
@@ -44,0 +44,0 @@ "access": "public" |
export * from "./instructions"; | ||
export * from "./isPublicKey"; | ||
export * from "./publicKey"; | ||
export * from "./simulateTransactionWithCommitment"; |
@@ -1,3 +0,5 @@ | ||
import { PublicKey, TransactionInstruction } from "@solana/web3.js"; | ||
import { TransactionInstruction } from "@solana/web3.js"; | ||
import { PublicKey } from "./publicKey"; | ||
/** | ||
@@ -4,0 +6,0 @@ * ID of the memo program. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274893
4003