Eth Sign
Future<String> ethSign({required Uint8List payload}) { return _makeRPCCall<String>( 'eth_sign', [address.hex, _bytesToData(payload)]); }