github.com/prysmaticlabs/prysm@v1.4.4/spectest/general/phase0/bls/aggregate_test.yaml.go (about) 1 // Code generated by yaml_to_go. DO NOT EDIT. 2 // source: aggregate.yaml 3 4 package bls 5 6 type AggregateTest struct { 7 Input []string `json:"input"` 8 Output string `json:"output" ssz:"size=96"` 9 }