/transaction/announce - NEM
Example code for the /transaction/announce rest method. Сomplete guide on how to use /transaction/announce rest in GetBlock.io Web3 documentation.
Parameters
requestAnnounce
-
A RequestAnnounce JSON object. A RequestAnnounce object is used to transfer the transaction data and the signature to NIS in order to initiate and broadcast a transaction.
Format: - data - The transaction data as string. The string is created by first creating the corresponding byte array (see chapter 6.7) and then converting the byte array to a hexadecimal string. - signature - The signature for the transaction as hexadecimal string.
Request
Response
Last updated