Skip to main content
Module

x/polkadot/types/types/definitions.ts>DefinitionRpcParam

Package publishing for deno.land/x/polkadot
Go to Latest
interface DefinitionRpcParam
import { type DefinitionRpcParam } from "https://deno.land/x/polkadot@0.2.40/types/types/definitions.ts";

Properties

optional
isHistoric: boolean

true if the parameter is a blockhash that is to be used in historic queries

optional
isOptional: boolean

true if this is an optional parameter (we forgo the use of Option types)

name: string

The name of the parameter

The type of the parameter