nekoton/external/external_lib library
Classes
- GqlConnection
- GqlConnectionHttpClient
- GqlNetworkSettings
- JrpcConnection
- JrpcConnectionHttpClient
- Interface for http client to make post requests.
- JrpcNetworkSettings
- LedgerConnection
- LedgerConnectionHandler
- LedgerSignatureContext
- ProtoConnection
- ProtoConnectionHttpClient
- Interface for http client to make post requests.
- ProtoNetworkSettings
- Storage
Typedefs
-
StorageGet
= Future<
String?> Function(String key) -
StorageRemove
= Future<
void> Function(String key) - StorageRemoveUnchecked = void Function(String key)
-
StorageSet
= Future<
void> Function({required String key, required String value}) - StorageSetUnchecked = void Function({required String key, required String value})