mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
14 lines
309 B
Go
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"`
|
|
}
|