Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/mod.ts>$.ScaleAssertError

[WIP] A framework for crafting interactions with Substrate chains
Latest
class $.ScaleAssertError
extends ScaleError
Re-export
import { $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { ScaleAssertError } = $;

Constructors

new
ScaleAssertError(
codec: AnyCodec,
value: unknown,
message: string,
)

Properties

readonly
name: string