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

x/polkadot/types/types/index.ts>IVec

Package publishing for deno.land/x/polkadot
Go to Latest
interface IVec
implements Array<T>, Codec
Re-export
import { type IVec } from "https://deno.land/x/polkadot@0.2.12/types/types/index.ts";

Type Parameters

optional
T extends Codec = Codec

Methods

toArray(): T[]