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

x/capi/rpc/known/author.ts>ExtrinsicOrHash

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias ExtrinsicOrHash
import { type ExtrinsicOrHash } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/author.ts";

RPC Extrinsic or hash

Allows to refer to extrinsic either by its raw representation or its hash.

definition: SerdeEnum<{ hash: string; extrinsic: string; }>