Documentation
¶
Overview ¶
nolint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)
RegisterRoutes - Central function to define routes that get registered by the main application RegisterRoutes registers the auth module REST routes.
Types ¶
type ContractAddresses ¶
type ContractAddresses struct {
ZenaChainId string `json:"zena_chain_id"`
MaticChainAddress string `json:"matic_token_address"`
StalkingManagerAddress string `json:"staking_manager_address"`
SlashManagerAddress string `json:"slash_manager_address"`
RootChainAddress string `json:"root_chain_address"`
StalkignInfoAddress string `json:"staking_info_address"`
StateSenderAddress string `json:"state_sender_address"`
StateReceiverAddress string `json:"state_receiver_address"`
ValidatorSetAddress string `json:"validator_set_address"`
}
Click to show internal directories.
Click to hide internal directories.