PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/casper-js-sdk/dist/lib/CLValue

Просмотр файла: Key.d.ts

import { CLType, CLValue, CLByteArray, CLURef, CLAccountHash, CLErrorCodes, ResultAndRemainder, ToBytesResult, CLValueBytesParsers } from './index';
import { CLTypeTag } from './constants';
export declare class CLKeyType extends CLType {
    linksTo: typeof CLKey;
    tag: CLTypeTag;
    toString(): string;
    toJSON(): string;
}
export declare class CLKeyBytesParser extends CLValueBytesParsers {
    toBytes(value: CLKey): ToBytesResult;
    fromBytesWithRemainder(bytes: Uint8Array): ResultAndRemainder<CLKey, CLErrorCodes>;
}
export declare type CLKeyParameters = CLByteArray | CLURef | CLAccountHash;
export declare class CLKey extends CLValue {
    data: CLKeyParameters;
    constructor(v: CLKeyParameters);
    clType(): CLType;
    value(): CLKeyParameters;
    isHash(): boolean;
    isURef(): boolean;
    isAccount(): boolean;
}

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


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