Module

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

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

Properties

readonly
isOnChain: boolean
readonly
isSigned: boolean
readonly
isUnsigned: boolean
readonly
type: "OnChain" | "Signed" | "Unsigned"