Skip to main content
Module

x/capi/fluent/mod.ts>ExtrinsicError

[WIP] A framework for crafting interactions with Substrate chains
Latest
class ExtrinsicError
extends Error
import { ExtrinsicError } from "https://deno.land/x/capi@v0.1.1-beta.1/fluent/mod.ts";

Constructors

new
ExtrinsicError(data: D)

Type Parameters

D extends { type: string; }

Properties

readonly
name: string