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

x/polkadot/rpc-provider/types.ts>RpcErrorInterface

Package publishing for deno.land/x/polkadot
Go to Latest
interface RpcErrorInterface
import { type RpcErrorInterface } from "https://deno.land/x/polkadot@0.2.23/rpc-provider/types.ts";

Properties

code: number
optional
data: Data
message: string
stack: string