Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/index.ts>ModuleMetadataV12

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

Properties

readonly
name: Text
readonly
storage: Option<StorageMetadataV12>
readonly
calls: Option<Vec<FunctionMetadataV12>>
readonly
events: Option<Vec<EventMetadataV12>>
readonly
constants: Vec<ModuleConstantMetadataV12>
readonly
errors: Vec<ErrorMetadataV12>
readonly
index: u8