Here we list and describe all additional parameters which are required to be passed along for certain commands:
seed:stringtryte encoded string which contains the accounts seed. The seed must be correctly encoded trytes: only uppercase latin letters and 9’s. No other characters are allowed. The maximum security level is 81-trytes, but you can choose longer/shorter seeds.address:string81-trytes long address of the recipient of a transaction.value:stringthe quantity of units which should be transferred. Note that one ADK equals 100000000 units.message:stringtryte-encoded string which can contain arbitrary information and is sent alongside a transaction. The message value is publicly visible. The max value is 2187 trytes, which is 6561 trits (or roughly 1312 bytes).transaction / hash:stringhash of a transaction. A single transaction hash is 81-chars long.trytes:stringthe raw data of a transaction.bundles:listcontains a list of transaction bundles. Bundles are basically linked, individual transactions which were created with a single transfer. They are uniquely identified by a 27-char hash.addresses:lista list of addresses. A single address is 81-chars long.tags:listthe tag of a transaction.approvees:lista list of transaction which were referenced by this transactionsecurityLevel:intspecifies the security level of your transaction. Can either by 0 (for 81-trit security), 1 (for 162-trit security) and 2 (for 243-trit security). Lower security transactions are faster to generate.minWeightMagnitude:intspecifies the amount of Proof of Work that will be carried out. Currently can only take the value 18.
