Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodesetUploadDepositDataData ¶
type NodesetUploadDepositDataData struct {
ServerResponse []byte `json:"serverResponse"`
NewPubkeys []beacon.ValidatorPubkey `json:"newPubkeys"`
TotalCount uint64 `json:"totalCount"`
}
type WalletGenerateKeysData ¶
type WalletGenerateKeysData struct {
Pubkeys []beacon.ValidatorPubkey `json:"pubkeys"`
}
type WalletInitializeData ¶
Click to show internal directories.
Click to hide internal directories.