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

x/polkadot/types/types/index.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.36/types/types/index.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