OptionalaliasOptionalaliasOptionalattachmentAn optional attachment
OptionaldeadlineThe deadline when after how many minutes the transaction will be discarded, if it was not processed, e.g. due to very low fee
The fee expressed in Planck
It's recommended to use util.Amount
OptionalrecipientOptionalrecipientOptionalreferencedUsing this field allows to make a transaction dependent on other transactions.
OptionalsenderThe senders private key, i.e. the crypto.SignKeys.signPrivateKey If the private key is not given, then the transaction method will return the unsigned byte string. The transaction won't be processed until the unsigned bytes are being signed and broadcasted using TransactionApi.signAndBroadcastTransaction
The senders public key, i.e. the crypto.SignKeys.publicKey
OptionalskipSetting this option to true, skips the additional security check, i.e. the verification of the
unsigned transaction bytes, which detects tampered node responses. By default, the option is false.
Usually, you won't use this option, but can be useful when a method cannot be verified,
because the verification is not implemented yet.
Optionaltld
The argument object for AliasApi.sellAlias
Param: aliasId
The alias Id
Param: aliasName
The alias name as an alternative for alias Id
Param: amountPlanck
The sale amount in Planck
Param: recipientId
The optional recipient Id. If given, then only that recipient can buy the alias.
Param: recipientPublicKey
The optional recipient public key.
Param: tld
The name of the Top Level Domain (TLD) aka namespace where this alias belongs to