InitialAPI
class InitialAPI(networkConfig: NetworkConfig, handlerFactory: (String) -> ConnectedAPIHandler, val icon: String = "")
Initial API — the connection entry point for dApps.
DApps call connect with a network ID to establish a session and receive a ConnectedAPIHandler for wallet operations.
Matches InitialAPI from @midnight-ntwrk/dapp-connector-api.
Constructors
Link copied to clipboard
constructor(networkConfig: NetworkConfig, handlerFactory: (String) -> ConnectedAPIHandler, icon: String = "")