PHP WebShell

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

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

import type { Observable } from 'rxjs';
import type { AccountId } from '@polkadot/types/interfaces';
import type { DeriveApi, DeriveSocietyMember } from '../types.js';
/**
 * @description Get the member info for a society
 */
export declare function member(instanceId: string, api: DeriveApi): (accountId: AccountId) => Observable<DeriveSocietyMember>;

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


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