Module

x/polkadot/types/interfaces/types.ts>RentProjection

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

Properties

readonly
isEvictionAt: boolean
readonly
asEvictionAt: BlockNumber
readonly
isNoEviction: boolean
readonly
type: "EvictionAt" | "NoEviction"