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

x/polkadot/types/interfaces/types.ts>AccountVote

Package publishing for deno.land/x/polkadot
Go to Latest
interface AccountVote
implements Enum
import { type AccountVote } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
isStandard: boolean
readonly
asStandard: AccountVoteStandard
readonly
isSplit: boolean
readonly
asSplit: AccountVoteSplit
readonly
type: "Standard" | "Split"