migrate

package
v0.10.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Route   = "recover"
	MsgType = "validator_ownership"
)

Variables

This section is empty.

Functions

func RegisterWire

func RegisterWire(cdc *wire.Codec)

Register concrete types on wire codec

Types

type ValidatorOwnerShip

type ValidatorOwnerShip struct {
	BSCOperatorAddress common.Address `json:"bsc_operator_address"`
}

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) Type

func (ValidatorOwnerShip) Type() string

Type 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"`
}

Directories

Path Synopsis
client
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL