Skip to main content

map_bridge_method

Function map_bridge_method 

Source
pub fn map_bridge_method(method: &str) -> (&str, bool)
Expand description

Bridge call method name mapping from V8 polyfill names to sidecar sync RPC names. The V8 polyfills use underscore-prefixed camelCase names while the sidecar uses dot-separated category.method names. The mapping lives in bridge-contract.json so bridge installation and dispatch drift together.