PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/utils/hashes/SHAMap
Просмотр файла: LeafNode.d.ts
import { NodeType, Node } from './node';
declare class LeafNode extends Node {
tag: string;
type: NodeType;
data: string;
constructor(tag: string, data: string, type: NodeType);
get hash(): string;
addItem(tag: string, node: Node): void;
}
export default LeafNode;
//# sourceMappingURL=LeafNode.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!