Skip to main content
Module

x/polkadot/types/interfaces/society/index.ts>BidKind

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

Properties

readonly
isDeposit: boolean
readonly
asDeposit: Balance
readonly
isVouch: boolean
readonly
asVouch: ITuple<[AccountId, Balance]>
readonly
type: "Deposit" | "Vouch"