Module

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

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

Properties

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