mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
14 lines
305 B
Go
14 lines
305 B
Go
|
// Code generated by yaml_to_go. DO NOT EDIT.
|
||
|
// source: batch_verify.yaml
|
||
|
|
||
|
package bls
|
||
|
|
||
|
type BatchVerifyTest struct {
|
||
|
Input struct {
|
||
|
Pubkeys []string `json:"pubkeys"`
|
||
|
Messages []string `json:"messages"`
|
||
|
Signatures []string `json:"signatures"`
|
||
|
} `json:"input"`
|
||
|
Output bool `json:"output"`
|
||
|
}
|