Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/index.ts>Metadata

Package publishing for deno.land/x/polkadot
Go to Latest
class Metadata
extends MetadataVersioned
Re-export
import { Metadata } from "https://deno.land/x/polkadot@0.2.25/types/index.ts";

Constructors

new
Metadata(registry: Registry, value?:
| Uint8Array
| HexString
| Map<string, unknown>
| Record<string, unknown>
)