Skip to main content
Module

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

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

Properties

optional
alias: string[]

Alias to a specific method (this allows replacements and renames)

optional
aliasSection: string

Alias to a section

optional
deprecated: string

A string describing a deprecated interface, along with to-use information

description: string

The description for this RPC call

optional
endpoint: string

The (optional) endpoint override. If not specified the section_method is used

optional
isSigned: boolean

true if this needs a signed submission, e.g. when submitting extrinsics

optional
isUnsafe: boolean

true if this is an RPC call that has been marked unsafe

optional
noErrorLog: boolean

Don't log any errors if they occur (should be used sparingly for exceptions only)

The applicable parameters for the call

The return type for the RPC call