Preparing search index...
The search index is not available
@scio-labs/use-inkathon
@scio-labs/use-inkathon
initPolkadotJs
Function initPolkadotJs
Helper to initialize polkadot.js API with given chain and options.
init
Polkadot
Js
(
chain
,
options
?
)
:
Promise
<
{
api
:
ApiPromise
;
provider
:
WsProvider
|
HttpProvider
;
}
>
Parameters
chain
:
SubstrateChain
Optional
options
:
Omit
<
ApiOptions
,
"provider"
>
Returns
Promise
<
{
api
:
ApiPromise
;
provider
:
WsProvider
|
HttpProvider
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@scio-labs/use-inkathon
Loading...
Helper to initialize polkadot.js API with given chain and options.