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

x/polkadot/api/types/index.ts>ApiOptions

Package publishing for deno.land/x/polkadot
Go to Latest
interface ApiOptions
implements RegisteredTypes
import { type ApiOptions } from "https://deno.land/x/polkadot@0.2.39/api/types/index.ts";

Properties

optional
derives: DeriveCustom
optional
initWasm: boolean
optional
isPedantic: boolean
optional
metadata: Record<string, HexString>
optional
noInitWarn: boolean
optional
provider: ProviderInterface
optional
registry: Registry
optional
rpc: Record<string, Record<string, DefinitionRpc | DefinitionRpcSub>>
optional
runtime: DefinitionsCall
optional
signedExtensions: ExtDef
optional
signer: Signer
optional
source: ApiBase<any>
optional
throwOnConnect: boolean
optional
throwOnUnknown: boolean