code.vegaprotocol.io/vega@v0.79.0/datanode/integration/testdata/golden/TestAccounts_AssetRewardAccounts (about)

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