PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util-crypto/key
Просмотр файла: DeriveJunction.d.ts
import { BN } from '@polkadot/util';
export declare class DeriveJunction {
#private;
static from(value: string): DeriveJunction;
get chainCode(): Uint8Array;
get isHard(): boolean;
get isSoft(): boolean;
hard(value: number | string | bigint | BN | Uint8Array): DeriveJunction;
harden(): DeriveJunction;
soft(value: number | string | bigint | BN | Uint8Array): DeriveJunction;
soften(): DeriveJunction;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!