mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
13 lines
246 B
Go
13 lines
246 B
Go
// Code generated by yaml_to_go. DO NOT EDIT.
|
|
// source: sign_msg.yaml
|
|
|
|
package bls
|
|
|
|
type SignMsgTest struct {
|
|
Input struct {
|
|
Privkey string `json:"privkey"`
|
|
Message string `json:"message"`
|
|
} `json:"input"`
|
|
Output string `json:"output"`
|
|
}
|