dapp_injected_eip155 library

Typedefs

AsyncAddNetworkCallback = Future<({int chainId, String rpcUrl})> Function(Map<String, dynamic> data)
AsyncEcRecover = Future<String> Function(String signature, String message)
AsyncSignMessage = Future<String> Function(String type, String message)
AsyncSignTypeMessage = Future<String> Function(String type, JsSignTypeData data)
AsyncSwitchNetworkCallback = Future<String> Function(int chainId)
AsyncTransactionCallback = Future<String> Function(int? chainId, String? rpcUrl, Map<String, dynamic> data)
AsyncWatchAsset = Future<bool> Function(JsWatchAsset data)

Exceptions / Errors

BaseRpcException
Exception thrown when an the server returns an error code to an rpc request.
InvalidInputException
NotFoundChainException
RpcException
UnauthorizedException
UnknownException
UnSupportMethodException
UserRejectException