Skip to main content
Module

x/polkadot/types/types/index.ts>DefinitionRpcExt

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

Properties

isSubscription: boolean

true if this is a method yielding a subscription

jsonrpc: string

The jsonrpc name for this method, typically section_method

method: string

The method name for this RPC

optional
pubsub: [string, string, string]

Optional subscription information in the form [subscription name, subscribe method, unsubscribe method]

section: string

The section name for this RPC