Below is my response after creating the transaction. How do I create the hex encoded string of raw transaction in PHP. Is there package for it in PHP ?
{
"tx": {
"block_height": -1,
"block_index": -1,
"hash": "e489b823ac92e0f6f254f40ffca90aa026536c0a969302c0dbf27cc746613283",
"addresses": [
"C4TBnUyFj5kX9CPp4im8LDWa8d9kgJZMP8",
"CCLA1wbxJEKLugrPvfpbzo9ApFVPg54asv"
],
"total": 954600,
"fees": 45400,
"size": 119,
"preference": "high",
"relayed_by": "182.72.122.170",
"received": "2018-02-06T08:47:01.900244013Z",
"ver": 1,
"double_spend": false,
"vin_sz": 1,
"vout_sz": 2,
"confirmations": 0,
"inputs": [
{
"prev_hash": "48e09cbf4701230038783a8ea3ef8c6b46b79aef897f54ed7af9ffc130f2072b",
"output_index": 0,
"output_value": 1000000,
"sequence": 4294967295,
"addresses": [
"C4TBnUyFj5kX9CPp4im8LDWa8d9kgJZMP8"
],
"script_type": "pay-to-pubkey-hash",
"age": 1695612
}
],
"outputs": [
{
"value": 10,
"script": "76a914d2a9103585799178a88be5cc9c6e7fcb4813e29788ac",
"addresses": [
"CCLA1wbxJEKLugrPvfpbzo9ApFVPg54asv"
],
"script_type": "pay-to-pubkey-hash"
},
{
"value": 954590,
"script": "76a9147c3c71d0560de62cbfcb70d7f753aa487191646988ac",
"addresses": [
"C4TBnUyFj5kX9CPp4im8LDWa8d9kgJZMP8"
],
"script_type": "pay-to-pubkey-hash"
}
]
},
"tosign": [
"3fad63985892f8e3ddb36f926503b6873bd91c456a24e12771d47a0cb5dc730f"
]
}