code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestAccounts_AssetFeeAccounts (about) 1 { 2 "TestName": "TestAccounts_AssetFeeAccounts", 3 "Query": "{ assetsConnection{ edges { node { id infrastructureFeeAccount{ asset{ id } market { id } type balance } } } } }", 4 "Result": { 5 "assetsConnection": { 6 "edges": [ 7 { 8 "node": { 9 "id": "ea438780e0f53a4fade0d05819f46716e101f2e63e18803cd3731875d523135b", 10 "infrastructureFeeAccount": { 11 "asset": { 12 "id": "ea438780e0f53a4fade0d05819f46716e101f2e63e18803cd3731875d523135b" 13 }, 14 "balance": "0", 15 "market": null, 16 "type": "ACCOUNT_TYPE_FEES_INFRASTRUCTURE" 17 } 18 } 19 }, 20 { 21 "node": { 22 "id": "b4f2726571fbe8e33b442dc92ed2d7f0d810e21835b7371a7915a365f07ccd9b", 23 "infrastructureFeeAccount": { 24 "asset": { 25 "id": "b4f2726571fbe8e33b442dc92ed2d7f0d810e21835b7371a7915a365f07ccd9b" 26 }, 27 "balance": "0", 28 "market": null, 29 "type": "ACCOUNT_TYPE_FEES_INFRASTRUCTURE" 30 } 31 } 32 }, 33 { 34 "node": { 35 "id": "aa7a5a629097b0d3abdb2510d992dfd943409db2cbe63151f6dd710a64f6c8bd", 36 "infrastructureFeeAccount": { 37 "asset": { 38 "id": "aa7a5a629097b0d3abdb2510d992dfd943409db2cbe63151f6dd710a64f6c8bd" 39 }, 40 "balance": "0", 41 "market": null, 42 "type": "ACCOUNT_TYPE_FEES_INFRASTRUCTURE" 43 } 44 } 45 }, 46 { 47 "node": { 48 "id": "0fa76c9a96793dd080f21c41e4c192cee76d34bd150d5ead49574296a10cc665", 49 "infrastructureFeeAccount": { 50 "asset": { 51 "id": "0fa76c9a96793dd080f21c41e4c192cee76d34bd150d5ead49574296a10cc665" 52 }, 53 "balance": "0", 54 "market": null, 55 "type": "ACCOUNT_TYPE_FEES_INFRASTRUCTURE" 56 } 57 } 58 }, 59 { 60 "node": { 61 "id": "VOTE", 62 "infrastructureFeeAccount": { 63 "asset": { 64 "id": "VOTE" 65 }, 66 "balance": "0", 67 "market": null, 68 "type": "ACCOUNT_TYPE_FEES_INFRASTRUCTURE" 69 } 70 } 71 } 72 ] 73 } 74 }, 75 "Duration": 2913346 76 }