PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@polkadot/api-derive/staking

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

import type { Observable } from 'rxjs';
import type { DeriveApi } from '../types.js';
import type { DeriveStakingKeys } from './types.js';
export declare const keys: (instanceId: string, api: DeriveApi) => (stashId: string | Uint8Array) => Observable<DeriveStakingKeys>;
export declare function keysMulti(instanceId: string, api: DeriveApi): (stashIds: (Uint8Array | string)[]) => Observable<DeriveStakingKeys[]>;

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


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