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