mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
47dacb88f7
16 lines
342 B
Go
16 lines
342 B
Go
// Code generated by yaml_to_go. DO NOT EDIT.
|
|||
// source: aggregate_verify.yaml
|
|||
|
|||
package spectest
|
|||
|
|||
type AggregateVerifyTest struct {
|
|||
Input struct {
|
|||
Pairs []struct {
|
|||
Pubkey string `json:"pubkey"`
|
|||
Message string `json:"message"`
|
|||
} `json:"pairs"`
|
|||
Signature string `json:"signature"`
|
|||
} `json:"input"`
|
|||
Output bool `json:"output"`
|
|||
}
|