Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

readonly
isPhantom: boolean
readonly
isMaxMemoryPages: boolean
readonly
asMaxMemoryPages: u32
readonly
isStackLogicalMax: boolean
readonly
asStackLogicalMax: u32
readonly
isStackNativeMax: boolean
readonly
asStackNativeMax: u32
readonly
isPrecheckingMaxMemory: boolean
readonly
asPrecheckingMaxMemory: u64
readonly
isPvfPrepTimeout: boolean
readonly
asPvfPrepTimeout: ITuple<[PvfPrepTimeoutKind, u64]>
readonly
isPvfExecTimeout: boolean
readonly
asPvfExecTimeout: ITuple<[PvfExecTimeoutKind, u64]>
readonly
type:
| "Phantom"
| "MaxMemoryPages"
| "StackLogicalMax"
| "StackNativeMax"
| "PrecheckingMaxMemory"
| "PvfPrepTimeout"
| "PvfExecTimeout"