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

x/polkadot/api-derive/balances/index.ts>votingBalances

Package publishing for deno.land/x/polkadot
Go to Latest
function votingBalances
import { votingBalances } from "https://deno.land/x/polkadot@0.2.14/api-derive/balances/index.ts";

Parameters

instanceId: string
api: DeriveApi

Returns

(addresses?: (
| AccountId
| AccountIndex
| Address
| string
)[]
) => Observable<DeriveBalancesAccount[]>