prysm-pulse/testing/spectest/general/phase0/bls/aggregate_verify_test.yaml.go
2021-09-14 16:02:58 +00:00

14 lines
309 B
Go

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