mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 03:31:20 +00:00
8 lines
175 B
Go
8 lines
175 B
Go
|
package validator
|
||
|
|
||
|
import "github.com/prysmaticlabs/prysm/v4/beacon-chain/rpc/eth/shared"
|
||
|
|
||
|
type AggregateAttestationResponse struct {
|
||
|
Data shared.Attestation `json:"data"`
|
||
|
}
|