Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/api-derive/collective/helpers.ts>callMethod

Package publishing for deno.land/x/polkadot
Go to Latest
function callMethod
import { callMethod } from "https://deno.land/x/polkadot@0.2.36/api-derive/collective/helpers.ts";

Parameters

method: "members" | "proposals" | "proposalCount"
empty: T

Returns

(section: Collective) => (instanceId: string, api: DeriveApi) => () => Observable<T>