PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@xrplf/secret-numbers/dist/schema

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

export interface Keypair {
    publicKey: string;
    privateKey: string;
}
export declare class Account {
    private readonly _secret;
    private readonly _account;
    constructor(secretNumbers?: string[] | string | Uint8Array);
    getSecret(): string[];
    getSecretString(): string;
    getAddress(): string;
    getFamilySeed(): string;
    getKeypair(): Keypair;
    toString(): string;
    private derive;
}
//# sourceMappingURL=Account.d.ts.map

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


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