Decode a req URL parameter and return { method, params: [string] } — the same shape as a bridge AppRequest (without id).
req
{ method, params: [string] }
AppRequest
id
The req value is base64url(JSON.stringify(EmbeddedWireRequest)).
base64url(JSON.stringify(EmbeddedWireRequest))
Decode a
reqURL parameter and return{ method, params: [string] }— the same shape as a bridgeAppRequest(withoutid).The
reqvalue isbase64url(JSON.stringify(EmbeddedWireRequest)).