Skip to main content
Module

x/polkadot/mod.ts>types.Option.with

Package publishing for deno.land/x/polkadot
Go to Latest
method types.Option.with
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.35/mod.ts";
const { Option } = types;

Type Parameters

O extends Codec

Parameters

Type: CodecClass<O> | string

Returns

CodecClass<Option<O>>