The enpoint "getTransaction" needs to be standardized for all coins. For that, I've created the following standard, subject to changes.
"transaction":{
"fee":"xxx",
"block":"xxx",
"data":"xxx",
"transfers":[
{
"fromAddress":"xxx",
"toAddress":"xxx",
"fee":"xxx",
"amount":"xxx"
},
{
"fromAddress":"xxx",
"toAddress":"xxx",
"fee":"xxx",
"amount":"xxx"
}
]
}
All of the objets above are self-explaining.
Feature Request
Feature Description
The enpoint "getTransaction" needs to be standardized for all coins. For that, I've created the following standard, subject to changes.
All of the objets above are self-explaining.