processJson abstract method
Platform-specific: pass the unsigned transaction JSON, call the WASM module, and return the result JSON string.
WASM exports used: alloc, getUnsignedV2Transaction, resultPtr,
resultLen, release.
Implementation
Future<String> processJson(String jsonString);