mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
12 lines
226 B
Go
12 lines
226 B
Go
|
// Code generated by yaml_to_go. DO NOT EDIT.
|
||
|
// source: hash_to_G2.yaml
|
||
|
|
||
|
package bls
|
||
|
|
||
|
type DeserializationG2Test struct {
|
||
|
Input struct {
|
||
|
Signature string `json:"signature"`
|
||
|
} `json:"input"`
|
||
|
Output bool `json:"output"`
|
||
|
}
|