Skip to main content
Module

x/capi/codegen/CodecCodegen.ts>CodecCodegen

[WIP] A framework for crafting interactions with Substrate chains
Latest
class CodecCodegen
import { CodecCodegen } from "https://deno.land/x/capi@v0.1.1-beta.1/codegen/CodecCodegen.ts";

Properties

codecIds: Map<$.Codec<any>, null | number>
nextCodecId: number
serialized: Map<unknown, string>
visitingCircular: Map<$.Codec<any>, boolean>

Methods

print(value: unknown, forcePrint?): string
visit(value: unknown)
write(files: Map<string, string>)