processJson abstract method

Future<String> processJson(
  1. String jsonString
)

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);