PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/api-derive/cjs/bagsList
Просмотр файла: get.d.ts
import type { Observable } from 'rxjs';
import type { BN } from '@polkadot/util';
import type { DeriveApi } from '../types.js';
import type { Bag } from './types.js';
export declare function _getIds(instanceId: string, api: DeriveApi): (ids: (BN | number)[]) => Observable<Bag[]>;
export declare function all(instanceId: string, api: DeriveApi): () => Observable<Bag[]>;
export declare function get(instanceId: string, api: DeriveApi): (id: BN | number) => Observable<Bag>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!