The following arguments are used with any commands that imply creating and sending a transactions:
| by | Transaction signing account address in form of UAA, see below |
| await | Instucts exection to wait until transaction is placed into a block or confirmed by the network. Possible values: accepted, placed, failedornotfound, confirmed |
Argument value types:
| IP | IP Address | 12.34.56.78 |
| INT | Positive integer number | 324552 |
| PASSWORD | Text string of any no. chars and longer than 1 char | MyStrongSecret!@#$%^&*() |
| PATH | A text string of the local file system path in its native format | C:\Users\file.txt |
| PORT | Port number | 3800 |
| PRIVATEKEY | Hexadecimal text string of account private key | 949d6fe0c479f8a152bb83935cd01d633540517e84f36f4c45fa17d3db3e4561 |
| TITLE | An arbitrary text string longer than 1 char | Ultranet Org |
| UAA | Account address, in hexadecimal form prepended with '0x' | 0x0000fffb3f90771533b1739480987cee9f08d754 |
| UDA | Domain address, a text of [a...z],[0...9] and "_" symbols | demo.application.company |
| BY | Byte-Years in form of integer number | 123 |
| EU | Execution Units in form of integer number | 123 |
| URA | Full resource address in form of "ura:netid:domain/resource" form | company/application (short form) |
| URL | A text string that meets URL specifications | htttp://domain.com |
| URDA | Root domain address | 'ultranet123' |
| USDA | Subdoman only domain address | demo.application.company |
| YEARS | Integer number | 5 |
| NET | Net name | PublicTest |
| TEXT | Arbitary text | Hello world! |