Module

x/polkadot/types/interfaces/types.ts>DispatchResultTo198

Package publishing for deno.land/x/polkadot
Latest
interface DispatchResultTo198
implements Result<ITuple<[]>, Text>
import { type DispatchResultTo198 } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/types.ts";

Properties

readonly
isErr: boolean
readonly
asErr: Text
readonly
isOk: boolean
readonly
asOk: ITuple<[]>