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

interface MsgSubmitMisbehaviourAmino {
    client_id?: string;
    misbehaviour?: AnyAmino;
    signer?: string;
}

Properties

client_id?: string

client unique identifier

misbehaviour?: AnyAmino

misbehaviour used for freezing the light client

signer?: string

signer address