PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@polkadot/api-derive/society
Просмотр файла: members.d.ts
import type { Observable } from 'rxjs';
import type { AccountId } from '@polkadot/types/interfaces';
import type { DeriveApi, DeriveSocietyMember } from '../types.js';
export declare function _members(instanceId: string, api: DeriveApi): (accountIds: AccountId[]) => Observable<DeriveSocietyMember[]>;
/**
* @description Get the member info for a society
*/
export declare function members(instanceId: string, api: DeriveApi): () => Observable<DeriveSocietyMember[]>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!