Module

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

Package publishing for deno.land/x/polkadot
Latest
interface DefinitionRpc
import { type DefinitionRpc } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/types/index.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

import DefinitionRpc
import { DefinitionRpc } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/types/index.ts";