Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveValidatorsData ¶ added in v0.2.3
type ActiveValidatorsData struct {
ActiveValidators []beacon.ValidatorPubkey `json:"pubkeys"`
}
type NodesetUploadDepositDataData ¶
type NodesetUploadDepositDataData struct { ServerResponse []byte `json:"serverResponse"` NewPubkeys []beacon.ValidatorPubkey `json:"newPubkeys"` TotalCount uint64 `json:"totalCount"` }
type ValidatorExitInfo ¶ added in v0.2.3
type ValidatorExitInfo struct { Index uint64 `json:"index"` Signature beacon.ValidatorSignature `json:"signature"` }
type ValidatorGetSignedExitMessagesData ¶ added in v0.2.3
type ValidatorGetSignedExitMessagesData struct { Epoch uint64 `json:"epoch"` ExitInfos map[string]ValidatorExitInfo `json:"exitInfos"` // map[beacon.ValidatorPubkey]ValidatorExitInfo }
type WalletGenerateKeysData ¶
type WalletGenerateKeysData struct {
Pubkeys []beacon.ValidatorPubkey `json:"pubkeys"`
}
type WalletInitializeData ¶
Click to show internal directories.
Click to hide internal directories.