Module

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

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

Properties

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