PUBLIC TEST NETWORK

CREATE

Creates a link from one resource to another

link c|create from=RA to=RA
from Address of a source resource. Transaction signer must be owner of this resource.
to Address of a destination resource

Example:

link c from=/ to=c

DESTROY

Destroys existing link

link x|destroy from=RA to=RA
from Address of a source resource. Transaction signer must be owner of this resource.
to Address of a destination resource

Example:

link x from=/ to=c

LIST OUTBOUNDS

Lists outbound links of a specified resource

link lo|listoutbounds RA
<first> Address of a resource which outbound links are be listed of

Example:

link lo /company/application (short form)

LIST INBOUNDS

Lists inbound links of a specified resource

link li|listinbounds RA
<first> Address of a resource which inbound links are be listed of

Example:

link li /company/application (short form)