Skip to main content
Module

x/capi/mod.ts>known.Code

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

Reference to an existing code hash or a new wasm module

definition: SerdeEnum<{ upload: string; existing: string; }>