interface ValidatorUpdateAminoMsg {
    type: "/tendermint.abci.ValidatorUpdate";
    value: ValidatorUpdateAmino;
}

Properties

Properties

type: "/tendermint.abci.ValidatorUpdate"