PUBLIC TEST NETWORK

CREATE

Creates a link from one resource to another

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

Example:

link c from=company/application/win32/1.3.4 to=company/application

DESTROY

Destroys existing link

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

Example:

link x from=company/application/win32/1.2.3 to=company/application

LIST OUTBOUNDS

Lists outbound links of a specified resource

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

Example:

link lo company/application

LIST INBOUNDS

Lists inbound links of a specified resource

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

Example:

link li company/application