Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api-derive/staking/index.ts>_stakerSlashes

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

Parameters

instanceId: string
api: DeriveApi

Returns

(
accountId: Uint8Array | string,
eras: EraIndex[],
withActive: boolean,
) => Observable<DeriveStakerSlashes[]>