Documentation ¶
Index ¶
- Constants
- func RegisterWire(cdc *wire.Codec)
- type ValidatorOwnerShip
- func (msg ValidatorOwnerShip) GetInvolvedAddresses() []sdk.AccAddress
- func (msg ValidatorOwnerShip) GetSignBytes() []byte
- func (m ValidatorOwnerShip) GetSigners() []sdk.AccAddress
- func (ValidatorOwnerShip) Route() string
- func (ValidatorOwnerShip) Type() string
- func (msg ValidatorOwnerShip) ValidateBasic() sdk.Error
- type ValidatorOwnerShipSignData
Constants ¶
View Source
const ( Route = "recover" MsgType = "validator_ownership" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidatorOwnerShip ¶
func NewValidatorOwnerShipMsg ¶
func NewValidatorOwnerShipMsg( bscOperatorAddress common.Address, ) ValidatorOwnerShip
func (ValidatorOwnerShip) GetInvolvedAddresses ¶
func (msg ValidatorOwnerShip) GetInvolvedAddresses() []sdk.AccAddress
GetInvolvedAddresses implements types.Msg.
func (ValidatorOwnerShip) GetSignBytes ¶
func (msg ValidatorOwnerShip) GetSignBytes() []byte
GetSignBytes implements types.Msg.
func (ValidatorOwnerShip) GetSigners ¶
func (m ValidatorOwnerShip) GetSigners() []sdk.AccAddress
GetSigners implements types.Msg.
func (ValidatorOwnerShip) Route ¶
func (ValidatorOwnerShip) Route() string
Route implements types.Msg.
func (ValidatorOwnerShip) ValidateBasic ¶
func (msg ValidatorOwnerShip) ValidateBasic() sdk.Error
ValidateBasic implements types.Msg.
type ValidatorOwnerShipSignData ¶
type ValidatorOwnerShipSignData struct {
BSCOperatorAddress string `json:"bsc_operator_address"`
}
Click to show internal directories.
Click to hide internal directories.