mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00: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"`
|
||
|
}
|