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

     1  {
     2  	"TestName": "TestMarkets_ProposalYes",
     3  	"Query": "{ marketsConnection{ edges { node { id, proposal{ id, votes{ yes{ totalNumber totalWeight totalTokens} } } } } } }",
     4  	"Result": {
     5  		"marketsConnection": {
     6  			"edges": [
     7  				{
     8  					"node": {
     9  						"id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32",
    10  						"proposal": {
    11  							"id": "bda439ade276efe1567fedec94ea5b9c040c5f89f72382ef1cf893faf0454f32",
    12  							"votes": {
    13  								"yes": {
    14  									"totalNumber": "1",
    15  									"totalTokens": "9749958450000000000",
    16  									"totalWeight": "1"
    17  								}
    18  							}
    19  						}
    20  					}
    21  				},
    22  				{
    23  					"node": {
    24  						"id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711",
    25  						"proposal": {
    26  							"id": "c8657325431e08fc2a22f5094d3fb42a570b6b13d5dafc346924e340ea2a6711",
    27  							"votes": {
    28  								"yes": {
    29  									"totalNumber": "1",
    30  									"totalTokens": "9749958450000000000",
    31  									"totalWeight": "1"
    32  								}
    33  							}
    34  						}
    35  					}
    36  				},
    37  				{
    38  					"node": {
    39  						"id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd",
    40  						"proposal": {
    41  							"id": "836da1ce68446d8b5cd1102bd46712fab678da8174c21f974d650212d928d5cd",
    42  							"votes": {
    43  								"yes": {
    44  									"totalNumber": "1",
    45  									"totalTokens": "9749958450000000000",
    46  									"totalWeight": "1"
    47  								}
    48  							}
    49  						}
    50  					}
    51  				}
    52  			]
    53  		}
    54  	},
    55  	"Duration": 3833750
    56  }