Push transaction
This method expects a transaction in JSON format and will attempt to apply it to the blockchain.
POSThttps://eos.nownodes.io/v1/chain/push_transaction
Body
signaturesarray of Signature
array of signatures required to authorize transaction
compressionboolean
Compression used, usually false
packed_context_free_datastring
json to hex
packed_trxstring
Transaction object json to hex
Response
OK
Body
any
Returns Nothing
Request