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

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

Package publishing for deno.land/x/polkadot
Go to Latest
interface IResult
implements IEnum
Re-export
import { type IResult } from "https://deno.land/x/polkadot@0.2.11/types/types/index.ts";

Type Parameters

optional
O extends Codec = Codec
optional
E extends Codec = Codec

Properties

readonly
asErr: E
readonly
asOk: O
readonly
isErr: boolean
readonly
isOk: boolean