PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/api-derive/staking
Просмотр файла: stashes.d.ts
import type { Observable } from 'rxjs';
import type { AccountId } from '@polkadot/types/interfaces';
import type { DeriveApi } from '../types.js';
/**
* @description Retrieve the list of all validator stashes
*/
export declare function stashes(instanceId: string, api: DeriveApi): () => Observable<AccountId[]>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!