github.com/prysmaticlabs/prysm@v1.4.4/spectest/general/phase0/bls/verify_test.yaml.go (about) 1 // Code generated by yaml_to_go. DO NOT EDIT. 2 // source: verify.yaml 3 4 package bls 5 6 type VerifyMsgTest struct { 7 Input struct { 8 Pubkey string `json:"pubkey"` 9 Message string `json:"message"` 10 Signature string `json:"signature"` 11 } `json:"input"` 12 Output bool `json:"output"` 13 }