Skip to main content
Module

x/capi/fluent/EventsRune.ts>SystemExtrinsicFailedEvent

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