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

x/polkadot/types-codec/types/registry.ts>CallBase

Package publishing for deno.land/x/polkadot
Go to Latest
interface CallBase
implements IMethod<A, M>
import { type CallBase } from "https://deno.land/x/polkadot@0.2.11/types-codec/types/registry.ts";

Type Parameters

A extends AnyTuple
optional
M = any

Properties

readonly
method: string
readonly
section: string
toJSON: () => any