Skip to main content
Module

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

Package publishing for deno.land/x/polkadot
Latest
type alias __ToTuple
import { type __ToTuple } from "https://deno.land/x/polkadot@0.2.45/types/types/index.ts";
definition: O[0] extends Codec ? O[1] extends Codec ? ITuple<O> : O[0] : Null