PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/algosdk/dist/esm/src/client/v2/algod
Просмотр файла: lightBlockHeaderProof.js
import JSONRequest from '../jsonrequest';
export default class LightBlockHeaderProof extends JSONRequest {
constructor(c, intDecoding, round) {
super(c, intDecoding);
this.round = round;
this.round = round;
}
path() {
return `/v2/blocks/${this.round}/lightheader/proof`;
}
}
//# sourceMappingURL=lightBlockHeaderProof.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!