GolosChain / wallet-service

Emulation of the Golos cli_wallet for the CyberWay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getGenesisConv

beautyfree opened this issue · comments

Рил:

{
    "jsonrpc": "2.0",
    "id": "1",
    "result": [
        {
            "userId": "brx1i1bbvwgj",
            "sum": "4.601 GOLOS",
            "quantity": "4.601 GOLOS",
            "sources": {
                "balance": "3.115 GBG"
            },
            "memo": "3.115 GBG (balance)"
        }
    ]
}

Дока:

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": [
        {
            "userId": "f3ofyiqzl22c",
            "sum": "17.737 GBG",
            "quantity": "26.197 GOLOS",
            "sources": {
                "balance": "14.842 GBG",
                "orders": "2.895 GBG"
            },
            "memo": "17.737 GBG = 14.842 GBG (balance) + 2.895 GBG (orders)"
        }
    ]
}