-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle_json.js
67 lines (60 loc) · 4.2 KB
/
bundle_json.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./index.js":
/*!******************!*\
!*** ./index.js ***!
\******************/
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
eval("const ShareioNftIdl = __webpack_require__(/*! ./idl/share_nft.json */ \"./idl/share_nft.json\");\r\nwindow.ShareioNftIdl = ShareioNftIdl;\r\nconsole.log(\"[ ] ShareioNftIdl\", ShareioNftIdl);\n\n//# sourceURL=webpack://mini/./index.js?");
/***/ }),
/***/ "./idl/share_nft.json":
/*!****************************!*\
!*** ./idl/share_nft.json ***!
\****************************/
/***/ ((module) => {
"use strict";
eval("module.exports = /*#__PURE__*/JSON.parse('{\"version\":\"0.1.0\",\"name\":\"share_nft\",\"instructions\":[{\"name\":\"mint\",\"accounts\":[{\"name\":\"signer\",\"isMut\":true,\"isSigner\":true},{\"name\":\"seller\",\"isMut\":true,\"isSigner\":false},{\"name\":\"mint\",\"isMut\":true,\"isSigner\":false},{\"name\":\"associatedTokenAccount\",\"isMut\":true,\"isSigner\":false},{\"name\":\"metadataAccount\",\"isMut\":true,\"isSigner\":false},{\"name\":\"masterEditionAccount\",\"isMut\":true,\"isSigner\":false},{\"name\":\"tokenProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"associatedTokenProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"tokenMetadataProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"systemProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"rent\",\"isMut\":false,\"isSigner\":false}],\"args\":[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"symbol\",\"type\":\"string\"},{\"name\":\"uri\",\"type\":\"string\"},{\"name\":\"purchaseLamports\",\"type\":\"u64\"}]},{\"name\":\"purchase\",\"accounts\":[{\"name\":\"mint\",\"isMut\":true,\"isSigner\":false},{\"name\":\"ownerTokenAccount\",\"isMut\":true,\"isSigner\":false},{\"name\":\"ownerAuthority\",\"isMut\":true,\"isSigner\":true},{\"name\":\"buyerTokenAccount\",\"isMut\":true,\"isSigner\":false},{\"name\":\"buyerAuthority\",\"isMut\":true,\"isSigner\":true},{\"name\":\"rent\",\"isMut\":false,\"isSigner\":false},{\"name\":\"systemProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"tokenProgram\",\"isMut\":false,\"isSigner\":false},{\"name\":\"associatedTokenProgram\",\"isMut\":false,\"isSigner\":false}],\"args\":[{\"name\":\"purchaseLamports\",\"type\":\"u64\"}]}]}');\n\n//# sourceURL=webpack://mini/./idl/share_nft.json?");
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ var __webpack_exports__ = __webpack_require__("./index.js");
/******/
/******/ })()
;