github.com/prysmaticlabs/prysm@v1.4.4/spectest/general/phase0/bls/aggregate_verify_test.yaml.go (about)

     1  // Code generated by yaml_to_go. DO NOT EDIT.
     2  // source: aggregate_verify.yaml
     3  
     4  package bls
     5  
     6  type AggregateVerifyTest struct {
     7  	Input struct {
     8  		Pubkeys   []string `json:"pubkeys"`
     9  		Messages  []string `json:"messages"`
    10  		Signature string   `json:"signature"`
    11  	} `json:"input"`
    12  	Output bool `json:"output"`
    13  }