interface ModuleMetadataV11
implements Struct
import { type ModuleMetadataV11 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/metadata/index.ts";
Properties
readonly
name: Textreadonly
storage: Option<StorageMetadataV11>readonly
calls: Option<Vec<FunctionMetadataV11>>readonly
events: Option<Vec<EventMetadataV11>>readonly
constants: Vec<ModuleConstantMetadataV11>readonly
errors: Vec<ErrorMetadataV11>