Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/capi/fluent/mod.ts>SystemExtrinsicFailedEvent

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias SystemExtrinsicFailedEvent
Re-export
import { type SystemExtrinsicFailedEvent } from "https://deno.land/x/capi@v0.1.1-beta.1/fluent/mod.ts";
definition: Event<{ type: "System"; value: { type: "ExtrinsicFailed"; dispatchError: DispatchError; dispatchInfo: any; }; }>