prysm-pulse/shared/bls/spectest/aggregate_verify_test.yaml.go
2020-06-09 15:40:48 -07:00

14 lines
314 B
Go

// Code generated by yaml_to_go. DO NOT EDIT.
// source: aggregate_verify.yaml
package spectest
type AggregateVerifyTest struct {
Input struct {
Pubkeys []string `json:"pubkeys"`
Messages []string `json:"messages"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}