Skip to main content
Module

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

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

Properties

readonly
isNever: boolean
readonly
isWithRetries: boolean
readonly
asWithRetries: u32
readonly
type: "Never" | "WithRetries"