ilp-plugin-virtual
Version:
ILP virtual ledger plugin for directly transacting connectors
56 lines (55 loc) • 1.42 kB
JSON
{
"auth": {
"loaded": true,
"loading": false,
"fail": {},
"activeTab": "login",
"user": {
"id": 1,
"username": "alice",
"identifier": "alice@localhost",
"account": "http://localhost:3001/accounts/alice",
"password": "alice",
"balance": 1493852.96
}
},
"send": {
"success": false,
"fail": {}
},
"activity": {
"success": true,
"fail": {},
"activity": [
{
"id": "4f305beb-775a-4513-abe7-47d3a865b1af",
"created_at": "2017-03-14T20:09:45.150Z",
"updated_at": "2017-03-14T20:09:45.150Z",
"user_id": 2,
"Payments": [
{
"id": "cf8c0577-bb6f-49fb-af2a-cc7a6d35859f",
"source_identifier": "alice@localhost",
"destination_user": 1,
"destination_identifier": "alice@localhost",
"transfer": "http://localhost:3001/transfers/cd23e131-46d3-4a00-98e5-df0afa84c5f5",
"source_amount": "14.1300",
"destination_amount": "10.9566",
"created_at": "2016-03-03T02:54:55.127Z",
"destinationUserUsername": "alice",
"counterpartyAccount": "http://localhost:3002/accounts/alice"
}
],
"Settlements": []
}
],
"activityView": [
{
"source_identifier": "alice"
},
{
"source_identifier": "alice"
}
]
}
}