mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
386bfdd6eb
14 lines
322 B
Go
14 lines
322 B
Go
// Code generated by yaml_to_go. DO NOT EDIT.
|
|||
// source: fast_aggregate_verify.yaml
|
|||
|
|||
package spectest
|
|||
|
|||
type FastAggregateVerifyTest struct {
|
|||
Input struct {
|
|||
Pubkeys []string `json:"pubkeys"`
|
|||
Message string `json:"message"`
|
|||
Signature string `json:"signature"`
|
|||
} `json:"input"`
|
|||
Output bool `json:"output"`
|
|||
}
|