interface ModuleMetadataV10
implements Struct
import { type ModuleMetadataV10 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/types.ts";
Properties
readonly
name: Textreadonly
storage: Option<StorageMetadataV10>readonly
calls: Option<Vec<FunctionMetadataV10>>readonly
events: Option<Vec<EventMetadataV10>>readonly
constants: Vec<ModuleConstantMetadataV10>readonly
errors: Vec<ErrorMetadataV10>