@nfteyez/sol-rayz
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -5,4 +5,4 @@ export { getParsedNftAccountsByOwner } from "./getParsedNftAccountsByOwner"; | ||
export { resolveToWalletAddrress } from "./resolveToWalletAddrress"; | ||
export { isValidSolanaAddress, createConnectionConfig } from "./utils"; | ||
export { isValidSolanaAddress, createConnectionConfig, getSolanaMetadataAddress, decodeTokenMetadata, } from "./utils"; | ||
export declare type Options = import("./getParsedNftAccountsByOwner").Options; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createConnectionConfig = exports.isValidSolanaAddress = exports.resolveToWalletAddrress = exports.getParsedAccountByMint = exports.getParsedNftAccountsByUpdateAuthority = exports.getParsedNftAccountsByOwner = void 0; | ||
exports.decodeTokenMetadata = exports.getSolanaMetadataAddress = exports.createConnectionConfig = exports.isValidSolanaAddress = exports.resolveToWalletAddrress = exports.getParsedAccountByMint = exports.getParsedNftAccountsByUpdateAuthority = exports.getParsedNftAccountsByOwner = void 0; | ||
var getParsedNftAccountsByOwner_1 = require("./getParsedNftAccountsByOwner"); | ||
@@ -15,2 +15,4 @@ Object.defineProperty(exports, "getParsedNftAccountsByOwner", { enumerable: true, get: function () { return getParsedNftAccountsByOwner_1.getParsedNftAccountsByOwner; } }); | ||
Object.defineProperty(exports, "createConnectionConfig", { enumerable: true, get: function () { return utils_1.createConnectionConfig; } }); | ||
Object.defineProperty(exports, "getSolanaMetadataAddress", { enumerable: true, get: function () { return utils_1.getSolanaMetadataAddress; } }); | ||
Object.defineProperty(exports, "decodeTokenMetadata", { enumerable: true, get: function () { return utils_1.decodeTokenMetadata; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@nfteyez/sol-rayz", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "MIT", | ||
@@ -44,3 +44,3 @@ "author": { | ||
}, | ||
"gitHead": "6683c416cb5ef5453ca284c3c42be1fcba571578" | ||
"gitHead": "32ef6dcfdebb3cd32c7d1385f80114fbddb8dc12" | ||
} |
@@ -1,2 +0,2 @@ | ||
## @nfteyez/sol-rayz | ||
# @nfteyez/sol-rayz | ||
@@ -3,0 +3,0 @@ These packages created to simplify the process of parsing NFTs on Solana. |
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
70880
880