Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/api-base/types/index.ts>SubmittablePaymentResult

Package publishing for deno.land/x/polkadot
Go to Latest
type alias SubmittablePaymentResult
import { type SubmittablePaymentResult } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts";

Type Parameters

ApiType extends ApiTypes
definition: ApiType extends "rxjs" ? Observable<RuntimeDispatchInfo> : Promise<RuntimeDispatchInfo>