Skip to main content
Module

x/polkadot/mod.ts>types.GenericVote

Package publishing for deno.land/x/polkadot
Go to Latest
class types.GenericVote
extends U8aFixed
import { types } from "https://deno.land/x/polkadot@0.2.37/mod.ts";
const { GenericVote } = types;

Constructors

new
GenericVote(registry: Registry, value?: InputTypes)

Properties

readonly
conviction: Conviction
readonly
isAye: boolean
readonly
isNay: boolean

Methods

toHuman(isExpanded?: boolean): AnyJson
toRawType(): string