Skip to main content
Module

x/capi/rpc/known/contracts.ts>Code

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

Reference to an existing code hash or a new wasm module

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