PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/algosdk/dist/esm/src/client/v2/algod

Просмотр файла: getAssetByID.js

import JSONRequest from '../jsonrequest';
export default class GetAssetByID extends JSONRequest {
    constructor(c, intDecoding, index) {
        super(c, intDecoding);
        this.index = index;
        this.index = index;
    }
    path() {
        return `/v2/assets/${this.index}`;
    }
}
//# sourceMappingURL=getAssetByID.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!