PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/algosdk/dist/cjs/src/client/v2/algod
Просмотр файла: getApplicationByID.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsonrequest_1 = __importDefault(require("../jsonrequest"));
class GetApplicationByID extends jsonrequest_1.default {
constructor(c, intDecoding, index) {
super(c, intDecoding);
this.index = index;
this.index = index;
}
path() {
return `/v2/applications/${this.index}`;
}
}
exports.default = GetApplicationByID;
//# sourceMappingURL=getApplicationByID.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!