Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/types.ts>ModuleMetadataV9

Package publishing for deno.land/x/polkadot
Go to Latest
interface ModuleMetadataV9
implements Struct
import { type ModuleMetadataV9 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/types.ts";

Properties

readonly
name: Text
readonly
storage: Option<StorageMetadataV9>
readonly
calls: Option<Vec<FunctionMetadataV9>>
readonly
events: Option<Vec<EventMetadataV9>>
readonly
constants: Vec<ModuleConstantMetadataV9>
readonly
errors: Vec<ErrorMetadataV9>