mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update doc
This commit is contained in:
parent
b88a7dd029
commit
2e8786b05d
@ -23,13 +23,13 @@ Additional session can be provided as GET-Parameter
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"state":"success",
|
"state":"success",
|
||||||
"balance":15906078,
|
"balance":1590.60,
|
||||||
"decay":15873851,
|
"decay":15873851,
|
||||||
"decay_date":"2021-04-16T11:47:21+00:00"
|
"decay_date":"2021-04-16T11:47:21+00:00"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- `balance` : balance describes gradido cents which are 4 digits behind the separator. A balance value of 174500 equals therefor 17,45 GDD
|
- `balance` : balance describes gradido
|
||||||
- `decay` : balance with decay on it at the time in decay_date, so it is the precise balance of user at time of calling this function
|
- `decay` : balance with decay on it at the time in decay_date, so it is the precise balance of user at time of calling this function
|
||||||
- `decay_date`: date and time for decay amount, should be the time and date of function call
|
- `decay_date`: date and time for decay amount, should be the time and date of function call
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ Assuming: session is valid
|
|||||||
"type": "send",
|
"type": "send",
|
||||||
"transaction_id": 2,
|
"transaction_id": 2,
|
||||||
"date": "2021-02-19T13:25:36+00:00",
|
"date": "2021-02-19T13:25:36+00:00",
|
||||||
"balance": 1920000,
|
"balance": 192,
|
||||||
"memo": "a piece of cake :)",
|
"memo": "a piece of cake :)",
|
||||||
"pubkey": "038a6f93270dc57b91d76bf110ad3863fcb7d1b08e7692e793fcdb4467e5b6a7"
|
"pubkey": "038a6f93270dc57b91d76bf110ad3863fcb7d1b08e7692e793fcdb4467e5b6a7"
|
||||||
}
|
}
|
||||||
@ -95,7 +95,7 @@ Transaction:
|
|||||||
- `receiver`: user has received gradidos from another user
|
- `receiver`: user has received gradidos from another user
|
||||||
- `transaction_id`: id of transaction in db, in stage2 also the hedera sequence number of transaction
|
- `transaction_id`: id of transaction in db, in stage2 also the hedera sequence number of transaction
|
||||||
- `date`: date of ordering transaction (booking date)
|
- `date`: date of ordering transaction (booking date)
|
||||||
- `balance`: Gradido Cent, 4 Nachkommastellen (2 Reserve), 1920000 = 192,00 GDD
|
- `balance`: Gradido
|
||||||
- `memo`: Details about transaction
|
- `memo`: Details about transaction
|
||||||
|
|
||||||
## Creation transaction
|
## Creation transaction
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user