Skip to main content
Module

x/polkadot/types/types/interfaces.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.40/types/types/interfaces.ts";

Type Parameters

optional
T extends Codec = Codec

Methods

toArray(): T[]