Skip to content

Commit

Permalink
delete SignedMessageAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jul 25, 2024
1 parent 6954be7 commit d378790
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions exporter/api/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"github.com/pkg/errors"

specqbft "github.com/ssvlabs/ssv-spec/qbft"

qbftstorage "github.com/ssvlabs/ssv/protocol/v2/qbft/storage"
)

Expand All @@ -22,14 +23,6 @@ type Message struct {
Data interface{} `json:"data,omitempty"`
}

type SignedMessageAPI struct {
Signature spectypes.Signature
Signers []spectypes.OperatorID
Message specqbft.Message

FullData *spectypes.ValidatorConsensusData
}

type ParticipantsAPI struct {
Signers []spectypes.OperatorID
Slot phase0.Slot
Expand Down

0 comments on commit d378790

Please sign in to comment.