PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/pvm
Просмотр файла: abstractSubnetTx.d.ts
import type { Serializable } from '../common/types';
import type { Id } from '../fxs/common';
import type { Input } from '../fxs/secp256k1';
import { PVMTx } from './abstractTx';
export declare abstract class AbstractSubnetTx extends PVMTx {
abstract subnetAuth: Serializable;
abstract getSubnetID(): Id;
getSubnetAuth(): Input;
getSigIndices(): number[][];
}
//# sourceMappingURL=abstractSubnetTx.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!