Documentation ¶
Index ¶
- func BulkIsPresignedKeyRegistered(c *cli.Context, validatorPubKeys []types.ValidatorPubkey) (map[string]bool, error)
- func GetAllMerkleProofsForOperator(c *cli.Context, operator common.Address) ([]*stader_backend.CycleMerkleProofs, error)
- func GetPublicKey(c *cli.Context) (*rsa.PublicKey, error)
- func IsPresignedKeyRegistered(c *cli.Context, validatorPubKey types.ValidatorPubkey) (bool, error)
- func SendBulkPresignedMessageToStaderBackend(c *cli.Context, preSignedMessages []stader_backend.PreSignSendApiRequestType) (*map[string]stader_backend.PreSignSendApiResponseType, error)
- func SendNodeDiversityResponseType(c *cli.Context, request *stader_backend.NodeDiversityRequest) (*stader_backend.NodeDiversityResponseType, error)
- func SendPresignedMessageToStaderBackend(c *cli.Context, preSignedMessage stader_backend.PreSignSendApiRequestType) (*stader_backend.PreSignSendApiResponseType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllMerkleProofsForOperator ¶
func GetAllMerkleProofsForOperator(c *cli.Context, operator common.Address) ([]*stader_backend.CycleMerkleProofs, error)
func SendBulkPresignedMessageToStaderBackend ¶
func SendBulkPresignedMessageToStaderBackend(c *cli.Context, preSignedMessages []stader_backend.PreSignSendApiRequestType) (*map[string]stader_backend.PreSignSendApiResponseType, error)
func SendNodeDiversityResponseType ¶ added in v1.4.9
func SendNodeDiversityResponseType( c *cli.Context, request *stader_backend.NodeDiversityRequest, ) (*stader_backend.NodeDiversityResponseType, error)
func SendPresignedMessageToStaderBackend ¶
func SendPresignedMessageToStaderBackend(c *cli.Context, preSignedMessage stader_backend.PreSignSendApiRequestType) (*stader_backend.PreSignSendApiResponseType, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.