Guys
I've just noticed that when you use a combination of getrawtransaction & decoderawtransaction to inspect any transaction on the blockchain, no timestamp information is provided. Ideally we would need this data to be returned so that consumers can verify the authenticity of a transaction including when it occurred??
{"method":"getrawtransaction","params":["047bccde50b678662a9e4a6052ec9dd7740638735dbbc65e862b827cb3549a8d"],"id":1,"chain_name":"test-chain"}
{"method":"decoderawtransaction","params":["0100000001fa53ce10f142cfb6121e73744327fab0c4b7557a1c9815aedb35a02b1d7cc565000000006a47304402206a8e6b434b3b837c004854a530197948242848fe9bd54664fe48c533ca77b1b602205bf7434a0298a9f515b2040a65019245c3440a014a9827b758dd07f9e8953430012102c5e09902f60c9a61a5f9702ba91fa38413b1a192e83b84fa869a7fa5cc2c4ce2ffffffff0200000000000000003176a914bf6d3f90ae93743241add19c9ee38e919b9a4a8a88ac1673706b71470000000901000065c501000000000000007500000000000000001b6a197b2273616c652d7072696365223a22a33235302c303030227d00000000"],"id":1,"chain_name":"test-chain"}
Cheers
Marty