MsgSubmitMisbehaviour defines an sdk.Msg type that submits Evidence for light client misbehaviour.

interface MsgSubmitMisbehaviour {
    clientId: string;
    misbehaviour?: Any;
    signer: string;
}

Properties

clientId: string

client unique identifier

misbehaviour?: Any

misbehaviour used for freezing the light client

signer: string

signer address