SubstrateService class
The service calling JavaScript API of polkadot-js/api
directly
through WebViewRunner, providing APIs for PolkawalletApi.
Constructors
Properties
- account ↔ ServiceAccount
-
getter/setter pair
- assets ↔ ServiceAssets
-
getter/setter pair
- bridge ↔ ServiceBridge
-
getter/setter pair
- eth ↔ ServiceEth
-
getter/setter pair
- gov ↔ ServiceGov
-
getter/setter pair
- gov2 ↔ ServiceGov2
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyring ↔ ServiceKeyring
-
getter/setter pair
- parachain ↔ ServiceParachain
-
getter/setter pair
- recovery ↔ ServiceRecovery
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setting ↔ ServiceSetting
-
getter/setter pair
- staking ↔ ServiceStaking
-
getter/setter pair
- tx ↔ ServiceTx
-
getter/setter pair
- uos ↔ ServiceUOS
-
getter/setter pair
- walletConnect ↔ ServiceWalletConnect
-
getter/setter pair
- webView → WebViewRunner?
-
no setter
Methods
-
init(
Keyring keyringStorage, {WebViewRunner? webViewParam, Function? onInitiated, String? jsCode, Function? socketDisconnectedAction}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited