mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 18:21:20 +00:00
e477df321c
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"`
|
|||
}
|