PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/serializable/fxs/secp256k1
Просмотр файла: input.d.ts
import { Int } from '../../primitives';
import { TypeSymbols } from '../../constants';
export declare class Input {
private readonly sigIndices;
_type: TypeSymbols;
constructor(sigIndices: Int[]);
static fromNative(sigIndicies: number[]): Input;
static fromBytes(bytes: Uint8Array): [Input, Uint8Array];
values(): number[];
toBytes(codec: any): Uint8Array;
}
//# sourceMappingURL=input.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!