Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

New response format for txHistory #85

Closed
koenedaele opened this issue Mar 13, 2018 · 2 comments
Closed

New response format for txHistory #85

koenedaele opened this issue Mar 13, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@koenedaele
Copy link
Contributor

koenedaele commented Mar 13, 2018

The txHistory format should be changed to:

'transactionHash': '0x....' ( primary key )
'dateTime': <timestamp>
'direction': <'in'/'out'>
'amount': <in token units> ( 1e18 = 1 SWT )
'from': '0x....' 
'to': '0x....'
'block': <blocknumber where tx was mined>
'status': <0 => success , 1 => failure, 2 => pending>
@koenedaele koenedaele self-assigned this Mar 13, 2018
@BvL13 BvL13 added this to the terminal milestone Mar 25, 2018
@koenedaele koenedaele removed their assignment Mar 31, 2018
@eduadiez
Copy link
Collaborator

eduadiez commented Apr 5, 2018

'transactionHash': '0x....' ( primary key )
'dateTime': <timestamp>
'direction': <'in'/'out'>
'amount': <in token units> ( 1e18 = 1 SWT )
'from': '0x....' 
'to': '0x....'
'block': <blocknumber where tx was mined>
'status': <0 => pending, 1 => success>

@BvL13 BvL13 assigned BvL13 and eduadiez and unassigned BvL13 Apr 9, 2018
@BvL13
Copy link
Collaborator

BvL13 commented Apr 21, 2018

@eduadiez is this one still work in progress and needed to finalize the terminal epics?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants