You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R Link read the specified field mounted on the RootState of a DECApp. it's usually used to access the mutable Objects.
$target_zone: As the domain for http, It represents the zone who will receive and responce the request.
$dec_id: The DecApp(like service of http) which will maintain the state, and responce the request.
$inner_path: The path of the Object saved on RootState.
Different from O link, the content specified by R link can be modified by the owner, It behaves much like http, and we can always use it instead of the http.
Domain for R Link
Different from O link, the domain of R link is depend on the DecApp. So, there are cross domain issues and defense. We must open the permissions to the target DecApp to allow it's access.
The text was updated successfully, but these errors were encountered:
R
LinkIt's like below:
The
R
Link read the specified field mounted on theRootState
of aDECApp
. it's usually used to access the mutableObject
s.Object
saved on RootState.Different from
O
link, the content specified byR
link can be modified by the owner, It behaves much like http, and we can always use it instead of thehttp
.Domain for
R
LinkDifferent from
O
link, the domain ofR
link is depend on theDecApp
. So, there are cross domain issues and defense. We must open the permissions to the targetDecApp
to allow it's access.The text was updated successfully, but these errors were encountered: