PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@polkadot/api-derive/democracy
Просмотр файла: preimages.d.ts
import type { Observable } from 'rxjs';
import type { Hash } from '@polkadot/types/interfaces';
import type { FrameSupportPreimagesBounded } from '@polkadot/types/lookup';
import type { DeriveApi, DeriveProposalImage } from '../types.js';
export declare function preimages(instanceId: string, api: DeriveApi): (hashes: (Hash | Uint8Array | string | FrameSupportPreimagesBounded)[]) => Observable<(DeriveProposalImage | undefined)[]>;
export declare const preimage: (instanceId: string, api: DeriveApi) => (hash: string | Hash | Uint8Array | FrameSupportPreimagesBounded) => Observable<DeriveProposalImage | undefined>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!