PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@polkadot/keyring/cjs/pair
Просмотр файла: toJson.d.ts
import type { KeypairType } from '@polkadot/util-crypto/types';
import type { KeyringPair$Json, KeyringPair$Meta } from '../types.js';
interface PairStateJson {
address: string;
meta: KeyringPair$Meta;
}
export declare function pairToJson(type: KeypairType, { address, meta }: PairStateJson, encoded: Uint8Array, isEncrypted: boolean): KeyringPair$Json;
export {};
Выполнить команду
Для локальной разработки. Не используйте в интернете!