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

x/polkadot/types/interfaces/staking/types.ts>UnappliedSlash

Package publishing for deno.land/x/polkadot
Go to Latest
interface UnappliedSlash
implements Struct
import { type UnappliedSlash } from "https://deno.land/x/polkadot@0.2.37/types/interfaces/staking/types.ts";

Properties

readonly
validator: AccountId
readonly
own: Balance
readonly
others: Vec<UnappliedSlashOther>
readonly
reporters: Vec<AccountId>
readonly
payout: Balance