prysm-pulse/testing/bls/deserialization_G2_test.yaml.go

12 lines
226 B
Go
Raw Normal View History

// 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"`
}