PHP WebShell

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

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

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

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


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