Skip to main content
Module

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

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

Properties

method: string

The method for this call (combined with section to form name)

name: string

The actual name of the runtime call as exposed by the runtime itself

section: string

The section for this call (combined with method to form name)

sectionHash: HexString

The hash of this section (these map to what is available in state_getRuntimeVersion)

version: number

The version of the runtime interface