interface ModuleMetadataV9
implements Struct
import { type ModuleMetadataV9 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/metadata/types.ts";
Properties
readonly
name: Textreadonly
storage: Option<StorageMetadataV9>readonly
calls: Option<Vec<FunctionMetadataV9>>readonly
events: Option<Vec<EventMetadataV9>>readonly
constants: Vec<ModuleConstantMetadataV9>readonly
errors: Vec<ErrorMetadataV9>