// Code generated by yaml_to_go. DO NOT EDIT. // source: voluntary_exit_minimal.yaml package spectest import pb "github.com/prysmaticlabs/prysm/proto/beacon/p2p/v1" type BlockOperationTest struct { Title string `json:"title"` Summary string `json:"summary"` ForksTimeline string `json:"forks_timeline"` Forks []string `json:"forks"` Config string `json:"config"` Runner string `json:"runner"` Handler string `json:"handler"` TestCases []struct { BlsSetting uint64 `json:"bls_setting,omitempty"` Description string `json:"description"` Pre *pb.BeaconState `json:"pre"` VoluntaryExit *pb.VoluntaryExit `json:"voluntary_exit"` ProposerSlashing *pb.ProposerSlashing `json:"proposer_slashing"` AttesterSlashing *pb.AttesterSlashing `json:"attester_slashing"` Deposit *pb.Deposit `json:"deposit"` Transfer *pb.Transfer `json:"transfer"` Block *pb.BeaconBlock `json:"block"` Post *pb.BeaconState `json:"post"` } `json:"test_cases"` }