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

x/polkadot/types-codec/types/index.ts>AnyTupleValue

Package publishing for deno.land/x/polkadot
Go to Latest
type alias AnyTupleValue
import { type AnyTupleValue } from "https://deno.land/x/polkadot@0.2.16/types-codec/types/index.ts";
definition: AnyU8a | (
| Codec
| AnyU8a
| AnyNumber
| AnyString
| undefined
| null
)[]