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

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

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

Properties

readonly
name: Text
readonly
storage: Option<StorageMetadataV13>
readonly
calls: Option<Vec<FunctionMetadataV13>>
readonly
events: Option<Vec<EventMetadataV13>>
readonly
constants: Vec<ModuleConstantMetadataV13>
readonly
errors: Vec<ErrorMetadataV13>
readonly
index: u8