prysm-pulse/shared/bls/spectest/sign_test.yaml.go

13 lines
251 B
Go
Raw Normal View History

// Code generated by yaml_to_go. DO NOT EDIT.
// source: sign_msg.yaml
package spectest
type SignMsgTest struct {
Input struct {
Privkey string `json:"privkey"`
Message string `json:"message"`
} `json:"input"`
Output string `json:"output"`
}