Skip to main content
Module

x/polkadot/types/index.ts>Result.with

Package publishing for deno.land/x/polkadot
Go to Latest
method Result.with
Re-export
import { Result } from "https://deno.land/x/polkadot@0.2.36/types/index.ts";

Type Parameters

O extends Codec
E extends Codec

Parameters

Types: { Ok: CodecClass<O> | string; Err: CodecClass<E> | string; }